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
256
256
if (webView != _webView) { return ; }
257
257
258
258
if (![[webView stringByEvaluatingJavaScriptFromString: @" typeof WebViewJavascriptBridge == 'object'" ] isEqualToString: @" true" ]) {
259
- NSLog ( @" %@ " , [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js]) ;
259
+ [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js];
260
260
}
261
261
262
262
if (_startupMessageQueue) {
@@ -340,7 +340,7 @@ - (void)webViewDidFinishLoad:(UIWebView *)webView {
340
340
_numRequestsLoading--;
341
341
342
342
if (_numRequestsLoading == 0 && ![[webView stringByEvaluatingJavaScriptFromString: @" typeof WebViewJavascriptBridge == 'object'" ] isEqualToString: @" true" ]) {
343
- NSLog ( @" %@ " , [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js]) ;
343
+ [webView stringByEvaluatingJavaScriptFromString: WebViewJavascriptBridge_js];
344
344
}
345
345
346
346
if (_startupMessageQueue) {
You can’t perform that action at this time.
0 commit comments