Skip to content

Commit

Permalink
remove extra log method
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Jun 11, 2024
1 parent 9d6475d commit 64c69db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Notifications/NotificationCenterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,6 @@ private void WebView_NewWindowRequested(object sender, Microsoft.Web.WebView2.Co
e.Handled = true;
}

/// <summary>
/// Convenience method for logging to Dynamo Console.
/// </summary>
/// <param name="meessage"></param>
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)
Expand Down

0 comments on commit 64c69db

Please sign in to comment.