diff --git a/src/base/debug.cpp b/src/base/debug.cpp index cc965f26a..5f0dfe7af 100644 --- a/src/base/debug.cpp +++ b/src/base/debug.cpp @@ -63,14 +63,10 @@ void base_trace(const char* msg, ...) va_end(ap); #ifdef _WIN32 - _CrtDbgReport(_CRT_WARN, NULL, 0, NULL, buf); - -#else +#endif std::cerr << buf << std::flush; - -#endif } #endif