From 8fdedb7558e72275f70444b0f5941c3443d15c31 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 9 Oct 2009 10:38:44 +0000 Subject: [PATCH] Remove e: debugging NSLog. --- Library.mm | 1 - 1 file changed, 1 deletion(-) 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; \ } -- 2.49.0