diff --git a/Editor/ObjectReferenceFixer.cs b/Editor/ObjectReferenceFixer.cs index b1c6108d..d87da97d 100644 --- a/Editor/ObjectReferenceFixer.cs +++ b/Editor/ObjectReferenceFixer.cs @@ -33,8 +33,6 @@ private static void Init() { var curStage = GetCurrentContentsRootId(out _); - Debug.Log($"{_lastStage} => {curStage}"); - if (curStage != _lastStage) { _context?.Invalidate?.Invoke(); @@ -117,4 +115,4 @@ private static void ProcessObjectReferences() } } } -} \ No newline at end of file +}