Skip to content

Commit

Permalink
fix: remove spammy "Invalidated job!" message (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed May 7, 2024
1 parent 2af603e commit 61a70fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Runtime/ArmatureAwase/ArmatureLockJob.cs
Expand Up @@ -63,7 +63,6 @@ internal bool IsValid

if (transitioned)
{
Debug.Log("Invalidated job!");
#if UNITY_EDITOR
EditorApplication.delayCall += () => OnInvalidation?.Invoke();
#endif
Expand Down

0 comments on commit 61a70fe

Please sign in to comment.