diff options
author | Sven Gothel <[email protected]> | 2011-11-26 23:08:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-26 23:08:10 +0100 |
commit | 457803bac0bf2328de160daa35542fd7c854dc4b (patch) | |
tree | a3026109dc0eba430cfd59703183b1ec00f59ad8 /src/nativewindow/native/macosx | |
parent | c26d6005e1fe74e9aee01d9d72942f566884fcd2 (diff) |
MacOSX: Disable native verbosity
Diffstat (limited to 'src/nativewindow/native/macosx')
-rw-r--r-- | src/nativewindow/native/macosx/OSXmisc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nativewindow/native/macosx/OSXmisc.m b/src/nativewindow/native/macosx/OSXmisc.m index 58e8b256d..d64973b67 100644 --- a/src/nativewindow/native/macosx/OSXmisc.m +++ b/src/nativewindow/native/macosx/OSXmisc.m @@ -40,7 +40,7 @@ #include <jawt_md.h> #import <JavaNativeFoundation.h> -#define VERBOSE 1 +// #define VERBOSE 1 // #ifdef VERBOSE // #define DBG_PRINT(...) NSLog(@ ## __VA_ARGS__) |