Skip to content

Commit

Permalink
Removed unnecessary NSLog output
Browse files Browse the repository at this point in the history
  • Loading branch information
lokimeyburg committed Oct 27, 2014
1 parent 99627d8 commit 95779d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ - (void)WKFlushMessageQueue {

- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
{
NSLog(@"1. Finished navigation");
if (webView != _webView) { return; }

_numRequestsLoading--;
Expand Down Expand Up @@ -323,4 +322,4 @@ - (void)webView:(WKWebView *)webView
@end


#endif
#endif

0 comments on commit 95779d0

Please sign in to comment.