Remove debug prints

This commit is contained in:
momo5502 2022-05-23 19:20:07 +02:00
parent 9a30a63bd1
commit 5b0082dc93

View File

@ -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());
} }
} }
} }