From d89340101dce9e40e541af2813c65e6402d98ec6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 22 Oct 2011 15:59:13 +0200 Subject: Newt/OSX: Disable VERBOSE --- src/newt/native/NewtMacWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newt/native') 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) -- cgit v1.2.3