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)