Skip to content

Commit 19d56f6

Browse files
committed
Remove debug log
1 parent 93d2678 commit 19d56f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

specs/ExtendedProcessFailed.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ async void WebView_ProcessFailed(CoreWebView2 sender, CoreWebView2ProcessFailedE
300300

301301
string message;
302302
string caption;
303-
Debug.WriteLine(e.ProcessFailedKind);
304303
switch (e.ProcessFailedKind)
305304
{
306305
case CoreWebView2ProcessFailedKind.BrowserProcessExited:

0 commit comments

Comments
 (0)