summaryrefslogtreecommitdiff
path: root/UICaboodle
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-04-20 22:04:58 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:14 +0000
commit10ec8df9b1abae24b27e1167ae0a02adac66c5aa (patch)
tree1249a2d81bcb27cb46adf5c7c124da2271e1b6c9 /UICaboodle
parent0dd0c302eaae38ba052e3c44eef709436e3058db (diff)
We don't like the SWF debugging.
Diffstat (limited to 'UICaboodle')
-rw-r--r--UICaboodle/BrowserView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m
index 0161c5f..b0b04fb 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)