diff --git a/Assets/Scripts/Games/SeeSaw/SeeSaw.cs b/Assets/Scripts/Games/SeeSaw/SeeSaw.cs index 16c995de3..07dd7594e 100644 --- a/Assets/Scripts/Games/SeeSaw/SeeSaw.cs +++ b/Assets/Scripts/Games/SeeSaw/SeeSaw.cs @@ -317,10 +317,6 @@ namespace HeavenStudio.Games tempEvents.Remove(jump); } allJumpEvents = tempEvents; - foreach (var jump in allJumpEvents) - { - Debug.Log(jump.beat); - } } private void PersistColor(double beat)