Remove e: debugging NSLog.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 9 Oct 2009 10:38:44 +0000 (10:38 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 9 Oct 2009 10:38:44 +0000 (10:38 +0000)
Library.mm

index e5a2082bf2f006d4c53986ff6428ebb5226fb805..5f22d299fb85a3f551a69511701696503dbfdefc 100644 (file)
@@ -661,7 +661,6 @@ JSGlobalContextRef CYGetJSContext() {
     @try
 #define CYCatch \
     @catch (id error) { \
-        NSLog(@"e:%@", error); \
         CYThrow(context, error, exception); \
         return NULL; \
     }