From 9cd498d964084581648508bb661511865fefb775 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 12 Feb 2025 16:49:45 +1100 Subject: Debug tracing was accidentally turned on so turn it off again. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 79a5f151f..c055f68f4 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -4187,7 +4187,7 @@ void Platform::DebugDisplay(const char *s) noexcept { ::OutputDebugStringA(s); } -#define TRACE +//#define TRACE #ifdef TRACE void Platform::DebugPrintf(const char *format, ...) noexcept { -- cgit v1.2.3