diff --git a/uppsrc/CtrlCore/Win32Wnd.cpp b/uppsrc/CtrlCore/Win32Wnd.cpp index e4b43befc..2e36df59f 100644 --- a/uppsrc/CtrlCore/Win32Wnd.cpp +++ b/uppsrc/CtrlCore/Win32Wnd.cpp @@ -8,7 +8,7 @@ namespace Upp { #define LOGTIMING 0 #ifdef _DEBUG -#define LOGMESSAGES 1 +#define LOGMESSAGES 0 #endif #define ELOGW(x) // RLOG(GetSysTime() << ": " << x) // Only activate in MT!