diff options
author | Sven Gothel <[email protected]> | 2011-10-12 03:02:24 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-12 03:02:24 +0200 |
commit | afec120a6fbb277025372a052955f97c225f0a9d (patch) | |
tree | 880fdca7ca304dc916b9b951795ec50036b7f6f2 | |
parent | 265ad6e17e46062635c14540ce21cec9b75419a8 (diff) |
NEWT OSX: Disable native VERBOSITY
-rw-r--r-- | src/newt/native/NewtMacWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/NewtMacWindow.h b/src/newt/native/NewtMacWindow.h index 5c465d4e9..a8931d6fc 100644 --- a/src/newt/native/NewtMacWindow.h +++ b/src/newt/native/NewtMacWindow.h @@ -36,7 +36,7 @@ #include "NewtCommon.h" -#define VERBOSE_ON 1 +// #define VERBOSE_ON 1 #ifdef VERBOSE_ON #define DBG_PRINT(...) fprintf(stderr, __VA_ARGS__); fflush(stderr) |