From: Jay Freeman (saurik) Date: Fri, 25 Mar 2011 08:46:59 +0000 (-0700) Subject: Remove obsolete NSLog() debugging. X-Git-Tag: v1.1.0%rc1~6 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/d8ac8af712820bcecf08a928a3f04753a4c9631e Remove obsolete NSLog() debugging. --- diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm index 54fecd5a..2a0a9a82 100644 --- a/CyteKit/WebViewTableViewCell.mm +++ b/CyteKit/WebViewTableViewCell.mm @@ -52,10 +52,6 @@ return cell; } -- (void) webView:(WebView *)view addMessageToConsole:(NSDictionary *)message { - NSLog(@"addMessageToConsole:%@", message); -} - - (id) initWithRequest:request { if ((self = [super init]) != nil) { UIView *view(self); @@ -64,8 +60,6 @@ [webview_ setDelegate:self]; [view addSubview:webview_]; - NSLog(@"%@ %p", (id) webview_, (id) webview_); - [webview_ setScalesPageToFit:YES]; UIWebDocumentView *document([webview_ _documentView]);