From 5526fec53c487a0a5cbe251b8b907be439244802 Mon Sep 17 00:00:00 2001 From: b6675 <76813404+b6675@users.noreply.github.com> Date: Thu, 31 Dec 2020 16:02:35 +0300 Subject: [PATCH] disable debug --- ultimateteknotool.v2/debug_console/debugconsole.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ultimateteknotool.v2/debug_console/debugconsole.h b/ultimateteknotool.v2/debug_console/debugconsole.h index 1693a20..1a524f6 100644 --- a/ultimateteknotool.v2/debug_console/debugconsole.h +++ b/ultimateteknotool.v2/debug_console/debugconsole.h @@ -4,7 +4,7 @@ #include #include #include -#define UTT2_DEBUG +#define NOUTT2_DEBUG #ifdef UTT2_DEBUG class WinConsoleW @@ -39,4 +39,4 @@ public: #define WCWOUT WinConsoleW::Console().print #else #define WCWOUT //WinConsoleW::Console().print -#endif \ No newline at end of file +#endif