From b7345886dca4996d630a267f56fe2d7ce01fc88a Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 31 Jan 2022 22:10:22 +1100 Subject: Turn off tracing that was accidentally committed. --- gtk/PlatGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index c85670350..53ee57300 100755 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -2119,7 +2119,7 @@ void Platform::DebugDisplay(const char *s) noexcept { fprintf(stderr, "%s", s); } -#define TRACE +//#define TRACE #ifdef TRACE void Platform::DebugPrintf(const char *format, ...) noexcept { -- cgit v1.2.3