From afec120a6fbb277025372a052955f97c225f0a9d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 12 Oct 2011 03:02:24 +0200 Subject: NEWT OSX: Disable native VERBOSITY --- src/newt/native/NewtMacWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3