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)
|
void print_message(const char* message)
|
||||||
{
|
{
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
OutputDebugStringA(message);
|
//OutputDebugStringA(message);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (started && !terminate_runner)
|
if (started && !terminate_runner)
|
||||||
|
Loading…
Reference in New Issue
Block a user