]> git.saurik.com Git - cycript.git/blobdiff - Library.mm
Add CFShow* to Bridge.
[cycript.git] / 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; \
     }