diff --git a/src/client/component/console.cpp b/src/client/component/console.cpp index 236a2483..8382a7c4 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)