diff options
author | Sven Gothel <[email protected]> | 2011-10-22 15:59:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-22 15:59:13 +0200 |
commit | d89340101dce9e40e541af2813c65e6402d98ec6 (patch) | |
tree | 776c87d237406b3b7c72748ea0566e8ec8fa3c14 /src/newt/native | |
parent | 017d4c1dc77c4e7d4b5b4e2f9ca4ad60217a0591 (diff) |
Newt/OSX: Disable VERBOSE
Diffstat (limited to 'src/newt/native')
-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 88fb67a68..945948291 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) |