From db49ce5b6663bcf2245033329ecc61b7be839e75 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:13:29 +0100 Subject: [PATCH] no log --- Assets/Scripts/Games/TotemClimb/TCJumper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Games/TotemClimb/TCJumper.cs b/Assets/Scripts/Games/TotemClimb/TCJumper.cs index fcf224a02..39483668c 100644 --- a/Assets/Scripts/Games/TotemClimb/TCJumper.cs +++ b/Assets/Scripts/Games/TotemClimb/TCJumper.cs @@ -135,7 +135,6 @@ namespace HeavenStudio.Games.Scripts_TotemClimb { yield break; } - Debug.Log(Math.Clamp(Conductor.instance.songPositionInBeatsAsDouble, beat, beat + _path.positions[0].duration) + ", Beat: " + beat); transform.position = GetPathPositionFromBeat(_path, Math.Clamp(Conductor.instance.songPositionInBeatsAsDouble, beat, beat + _path.positions[0].duration), beat); if (normalizedBeat >= 0.5f && !playedFall)