Remove debug prints
This commit is contained in:
parent
9a30a63bd1
commit
5b0082dc93
@ -73,14 +73,10 @@ namespace arxan
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputDebugStringW(path.data());
|
|
||||||
|
|
||||||
for (size_t i = 0; i < keyword.size(); ++i)
|
for (size_t i = 0; i < keyword.size(); ++i)
|
||||||
{
|
{
|
||||||
string.Buffer[pos + i] = L'a';
|
string.Buffer[pos + i] = L'a';
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputDebugStringW(path.data());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user