diff --git a/game.py b/game.py index c5d3b73..7016c9c 100644 --- a/game.py +++ b/game.py @@ -141,7 +141,6 @@ class Game(gameUtils.Game): self.wheelRotation += speed * self.timeDelta self.wheelRotation %= 360 - print(self.wheelRotation) def close(self): """