Skip to content

Commit

Permalink
chore: delete stray debug string (#389)
Browse files Browse the repository at this point in the history
Closes: #380
  • Loading branch information
bdunderscore authored Sep 14, 2024
1 parent 06c0714 commit f614a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Editor/ChangeStream/ChangeStreamMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ static void Init()
private static void OnChange(ref ObjectChangeEventStream stream)
{
Profiler.BeginSample("ChangeStreamMonitor.OnChange");
Debug.Log("CSM.OnChange: " + stream.length + " events");

int length = stream.length;
for (int i = 0; i < length; i++)
Expand Down

0 comments on commit f614a87

Please sign in to comment.