diff --git a/game/osu.py b/game/osu.py index f268835..807bf36 100644 --- a/game/osu.py +++ b/game/osu.py @@ -59,7 +59,6 @@ def main(c: tk.Canvas): # Loop def loop(deltatime: float, difficulty: float): global tick, circle - print(difficulty) # Step if tick >= STEP_TICK: