projects
/
cycript.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8c99f
)
Remove e: debugging NSLog.
author
Jay Freeman (saurik)
<saurik@saurik.com>
Fri, 9 Oct 2009 10:38:44 +0000
(10:38 +0000)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Fri, 9 Oct 2009 10:38:44 +0000
(10:38 +0000)
Library.mm
patch
|
blob
|
blame
|
history
diff --git
a/Library.mm
b/Library.mm
index e5a2082bf2f006d4c53986ff6428ebb5226fb805..5f22d299fb85a3f551a69511701696503dbfdefc 100644
(file)
--- 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; \
}