]> git.saurik.com Git - cydia.git/commitdiff
We don't like the SWF debugging.
authorJay Freeman (saurik) <saurik@saurk.com>
Mon, 20 Apr 2009 22:04:58 +0000 (22:04 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:13:14 +0000 (07:13 +0000)
UICaboodle/BrowserView.m

index 0161c5fbd01f07ad4b1e46ee217a4e8121519fd9..b0b04fb225aff5ad04dd7a27d76b32edd27049fc 100644 (file)
 }
 
 - (NSString *) stringWithFormat:(NSString *)format arguments:(WebScriptObject *)arguments {
-    NSLog(@"SWF:\"%@\" A:%@", format, arguments);
+    //NSLog(@"SWF:\"%@\" A:%@", format, [arguments description]);
     unsigned count([arguments count]);
     id values[count];
     for (unsigned i(0); i != count; ++i)