From: Jay Freeman (saurik) Date: Fri, 9 Oct 2009 10:38:44 +0000 (+0000) Subject: Remove e: debugging NSLog. X-Git-Tag: v0.9.432~369 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/8fdedb7558e72275f70444b0f5941c3443d15c31 Remove e: debugging NSLog. --- diff --git a/Library.mm b/Library.mm index e5a2082..5f22d29 100644 --- a/Library.mm +++ b/Library.mm @@ -661,7 +661,6 @@ JSGlobalContextRef CYGetJSContext() { @try #define CYCatch \ @catch (id error) { \ - NSLog(@"e:%@", error); \ CYThrow(context, error, exception); \ return NULL; \ }