Actually remove debug output
This commit is contained in:
parent
aebfd94858
commit
eb4f66dae7
@ -21,7 +21,7 @@ namespace console
|
||||
void print_message(const char* message)
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
OutputDebugStringA(message);
|
||||
//OutputDebugStringA(message);
|
||||
#endif
|
||||
|
||||
if (started && !terminate_runner)
|
||||
|
Loading…
Reference in New Issue
Block a user