diff options
-rw-r--r-- | UICaboodle/BrowserView.m | 2 |
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) |