diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-03 22:01:20 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-03 22:01:20 +0100 |
commit | 6dd765da7c0791f823927747e41c179e4f216b21 (patch) | |
tree | 05f03fe426157e35f3d69b301a9addee50fcad60 | |
parent | 4122120b788df74b7db379b980e853582f555053 (diff) |
Objective-C layer: Disable debugging mode.
darcs-hash:9fd91584f2cf2e119472dc8148e26ac7420e078b
-rw-r--r-- | Objective-C/libobjcl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objective-C/libobjcl.m b/Objective-C/libobjcl.m index fb9c0a8..6cc8dad 100644 --- a/Objective-C/libobjcl.m +++ b/Objective-C/libobjcl.m @@ -39,7 +39,7 @@ #include <objc/objc-class.h> #endif -#if 1 +#if 0 #define TRACE NSLog #else #define TRACE objcl_null_log |