Skip to content

Commit f061103

Browse files
committed
Test - Disable BrowserRefCount logging
1 parent d6a0fd8 commit f061103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CefSharp.Test/CefSharpFixture.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ private void CefInitialize()
4747
}
4848

4949
Cef.EnableWaitForBrowsersToClose();
50-
CefSharp.Internals.BrowserRefCounter.Instance.EnableLogging();
50+
//Browser Ref Count debug logging
51+
//CefSharp.Internals.BrowserRefCounter.Instance.EnableLogging();
5152

5253
CefSharpSettings.ShutdownOnExit = false;
5354
var settings = new CefSettings();

0 commit comments

Comments
 (0)