We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716671a commit 52c4e2bCopy full SHA for 52c4e2b
1 file changed
cefpython/cef3/subprocess/cefpython_app.cpp
@@ -395,7 +395,7 @@ void CefPythonApp::DoJavascriptBindingsForBrowser(
395
// be executed anymore.
396
DebugLog("Renderer: DoJavascriptBindingsForBrowser() WARNING: " \
397
"frameId <= 0");
398
- printf("cefpython: Renderer: frameId = %lli\n", *it);
+ // printf("cefpython: Renderer: frameId = %lli\n", *it);
399
continue;
400
}
401
CefRefPtr<CefFrame> frame = browser->GetFrame(*it);
0 commit comments