Actually remove debug output

This commit is contained in:
momo5502 2022-09-18 08:23:38 +02:00
parent aebfd94858
commit eb4f66dae7

View File

@ -21,7 +21,7 @@ namespace console
void print_message(const char* message)
{
#ifndef NDEBUG
OutputDebugStringA(message);
//OutputDebugStringA(message);
#endif
if (started && !terminate_runner)