aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-01-31 22:10:22 +1100
committerNeil <nyamatongwe@gmail.com>2022-01-31 22:10:22 +1100
commitb7345886dca4996d630a267f56fe2d7ce01fc88a (patch)
tree224e0e28ab6cf11f2a3bd1c50d9673d669cd04e8
parent3e7c9e7e4ddc4c59ec50301227e473fb4049a1d1 (diff)
downloadscintilla-mirror-b7345886dca4996d630a267f56fe2d7ce01fc88a.tar.gz
Turn off tracing that was accidentally committed.
-rwxr-xr-xgtk/PlatGTK.cxx2
1 files changed, 1 insertions, 1 deletions
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 {