diff --git a/src/client/component/console.cpp b/src/client/component/console.cpp index 2e00d166..429f8695 100644 --- a/src/client/component/console.cpp +++ b/src/client/component/console.cpp @@ -21,7 +21,7 @@ namespace console void print_message(const char* message) { #ifndef NDEBUG - OutputDebugStringA(message); + //OutputDebugStringA(message); #endif if (started && !terminate_runner)