Clean up the debug messages

This commit is contained in:
Pengu123 2022-05-06 22:30:17 +02:00
parent 6d92ded6a6
commit 4bd1dd92cc
2 changed files with 0 additions and 2 deletions

View file

@ -133,7 +133,6 @@ namespace HeavenStudio.Games
if(this.audienceReacting) Jukebox.PlayOneShotGame("coinToss/applause");
handAnimator.Play("Catch_success", 0, 0);
Debug.Log(state);
isThrowing = false;
}

View file

@ -70,7 +70,6 @@ namespace HeavenStudio.Games
{
if (state.perfect)
{
Debug.Log(normalizedBeat);
Hit(0f);
}
else if (state.early && !perfectOnly)