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 d6a0fd8 commit f061103Copy full SHA for f061103
CefSharp.Test/CefSharpFixture.cs
@@ -47,7 +47,8 @@ private void CefInitialize()
47
}
48
49
Cef.EnableWaitForBrowsersToClose();
50
- CefSharp.Internals.BrowserRefCounter.Instance.EnableLogging();
+ //Browser Ref Count debug logging
51
+ //CefSharp.Internals.BrowserRefCounter.Instance.EnableLogging();
52
53
CefSharpSettings.ShutdownOnExit = false;
54
var settings = new CefSettings();
0 commit comments