]> git.saurik.com Git - cydia.git/commitdiff
Remove obsolete NSLog() debugging.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Mar 2011 08:46:59 +0000 (01:46 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 25 Mar 2011 08:46:59 +0000 (01:46 -0700)
CyteKit/WebViewTableViewCell.mm

index 54fecd5a5ea09bd6c6d6b13d4c56b9e5cd5f8185..2a0a9a82176df6ce2a76a2bf7979bf8e34893e88 100644 (file)
     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]);