File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ - (void)webView:(WebView *)webView didFinishLoadForFrame:(WebFrame *)frame
256256 if (webView != _webView) { return ; }
257257
258258 if (![[webView stringByEvaluatingJavaScriptFromString: @" typeof WebViewJavascriptBridge == 'object'" ] isEqualToString: @" true" ]) {
259- NSLog ( @" %@ " , [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js]) ;
259+ [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js];
260260 }
261261
262262 if (_startupMessageQueue) {
@@ -340,7 +340,7 @@ - (void)webViewDidFinishLoad:(UIWebView *)webView {
340340 _numRequestsLoading--;
341341
342342 if (_numRequestsLoading == 0 && ![[webView stringByEvaluatingJavaScriptFromString: @" typeof WebViewJavascriptBridge == 'object'" ] isEqualToString: @" true" ]) {
343- NSLog ( @" %@ " , [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js]) ;
343+ [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js];
344344 }
345345
346346 if (_startupMessageQueue) {
You can’t perform that action at this time.
0 commit comments