summaryrefslogtreecommitdiffstats
path: root/src/newt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-22 15:59:13 +0200
committerSven Gothel <[email protected]>2011-10-22 15:59:13 +0200
commitd89340101dce9e40e541af2813c65e6402d98ec6 (patch)
tree776c87d237406b3b7c72748ea0566e8ec8fa3c14 /src/newt
parent017d4c1dc77c4e7d4b5b4e2f9ca4ad60217a0591 (diff)
Newt/OSX: Disable VERBOSE
Diffstat (limited to 'src/newt')
-rw-r--r--src/newt/native/NewtMacWindow.h2
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)