Skip to content

Commit

Permalink
fix: remove spammy "Invalidated job!" message
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed May 7, 2024
1 parent e1e313f commit ba5335e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Runtime/ArmatureAwase/ArmatureLockJob.cs
Original file line number Diff line number Diff line change
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 ba5335e

Please sign in to comment.