diff options
author | Neil <nyamatongwe@gmail.com> | 2025-02-12 16:49:45 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-02-12 16:49:45 +1100 |
commit | 9cd498d964084581648508bb661511865fefb775 (patch) | |
tree | e05c624741e346fa6842a11cb58ef92d19df8874 /win32 | |
parent | 27e74c10b31767a637a4e3281c93dadc3280d640 (diff) | |
download | scintilla-mirror-9cd498d964084581648508bb661511865fefb775.tar.gz |
Debug tracing was accidentally turned on so turn it off again.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |