Skip to content
Snippets Groups Projects
Commit 67c8e627 authored by cramakri's avatar cramakri
Browse files

Removed unused logging

SVN: 27619
parent f237cb17
No related merge requests found
......@@ -242,12 +242,6 @@
}
#pragma - UIWebViewDelegate
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType
{
NSLog(@"webView:shouldStartLoadWithRequest:navigationType:");
return YES;
}
- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error
{
NSLog(@"Load failed %@", error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment