mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Clean up the debug messages
This commit is contained in:
parent
6d92ded6a6
commit
4bd1dd92cc
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue