Skip to content

Commit

Permalink
chore: remove stray log statement (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Nov 2, 2024
1 parent 32ea667 commit e752762
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Editor/ObjectReferenceFixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ private static void Init()
{
var curStage = GetCurrentContentsRootId(out _);

Debug.Log($"{_lastStage} => {curStage}");

if (curStage != _lastStage)
{
_context?.Invalidate?.Invoke();
Expand Down Expand Up @@ -117,4 +115,4 @@ private static void ProcessObjectReferences()
}
}
}
}
}

0 comments on commit e752762

Please sign in to comment.