From 400c976a91162a3018d55294b68674bd23a50f60 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 20 Apr 2009 22:04:58 +0000 Subject: [PATCH] We don't like the SWF debugging. --- UICaboodle/BrowserView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2