From fa9b91f6e12d395231d135b8e626b19a3c1dbbda Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 4 Jul 2018 09:30:23 +0000 Subject: [PATCH] .LOGs removed git-svn-id: svn://ultimatepp.org/upp/trunk@12039 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/Win32Wnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!