We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99627d8 commit 95779d0Copy full SHA for 95779d0
WebViewJavascriptBridge/WKWebViewJavascriptBridge.m
@@ -239,7 +239,6 @@ - (void)WKFlushMessageQueue {
239
240
- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
241
{
242
- NSLog(@"1. Finished navigation");
243
if (webView != _webView) { return; }
244
245
_numRequestsLoading--;
@@ -323,4 +322,4 @@ - (void)webView:(WKWebView *)webView
323
322
@end
324
325
326
-#endif
+#endif
0 commit comments