fix: remove spammy "Invalidated job!" message (#847)

This commit is contained in:
bd_ 2024-05-07 12:10:34 +09:00 committed by GitHub
parent 2af603e365
commit 61a70feed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,6 @@ namespace nadena.dev.modular_avatar.core.armature_lock
if (transitioned)
{
Debug.Log("Invalidated job!");
#if UNITY_EDITOR
EditorApplication.delayCall += () => OnInvalidation?.Invoke();
#endif