mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 11:47:40 +02:00
Clean up the debug messages
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,6 @@ namespace HeavenStudio.Games
|
||||
{
|
||||
if (state.perfect)
|
||||
{
|
||||
Debug.Log(normalizedBeat);
|
||||
Hit(0f);
|
||||
}
|
||||
else if (state.early && !perfectOnly)
|
||||
|
Reference in New Issue
Block a user