From 64c69dbdbe66fc87191abdd3f3950263ef729aa4 Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" Date: Tue, 11 Jun 2024 11:42:57 -0400 Subject: [PATCH] remove extra log method --- src/Notifications/NotificationCenterController.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Notifications/NotificationCenterController.cs b/src/Notifications/NotificationCenterController.cs index 43476773507..03f8b497309 100755 --- a/src/Notifications/NotificationCenterController.cs +++ b/src/Notifications/NotificationCenterController.cs @@ -218,15 +218,6 @@ private void WebView_NewWindowRequested(object sender, Microsoft.Web.WebView2.Co e.Handled = true; } - /// - /// Convenience method for logging to Dynamo Console. - /// - /// - internal void LogToDynamoConsole(string message) - { - this.dynamoViewModel?.Model?.Logger?.Log(message); - } - private void WebView_CoreWebView2InitializationCompleted(object sender, Microsoft.Web.WebView2.Core.CoreWebView2InitializationCompletedEventArgs e) { if (!e.IsSuccess)