Skip to content

Commit

Permalink
Remove unused console output for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Feb 10, 2024
1 parent 087b465 commit 641d1bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BlazingStory/Internals/Pages/Canvas/CanvasPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
private void OnComponentAction(ComponentActionEventArgs e)
{
_ComponentActionLogs?.Add(e.Name, e.ArgsJson);
Console.WriteLine($"W-1: {e.Name}, {e.ArgsJson}");
}

public void Dispose()
Expand Down

0 comments on commit 641d1bf

Please sign in to comment.