chore: remove stray log statement (#1325)

This commit is contained in:
bd_ 2024-11-02 13:23:33 -07:00 committed by GitHub
parent 32ea6678f7
commit e752762d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,8 +33,6 @@ namespace nadena.dev.modular_avatar.core
{
var curStage = GetCurrentContentsRootId(out _);
Debug.Log($"{_lastStage} => {curStage}");
if (curStage != _lastStage)
{
_context?.Invalidate?.Invoke();
@ -117,4 +115,4 @@ namespace nadena.dev.modular_avatar.core
}
}
}
}
}