From: Jay Freeman (saurik) Date: Mon, 20 Apr 2009 22:04:58 +0000 (+0000) Subject: We don't like the SWF debugging. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/400c976a91162a3018d55294b68674bd23a50f60 We don't like the SWF debugging. --- diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index 0161c5fb..b0b04fb2 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -305,7 +305,7 @@ } - (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)