diff --git a/robots/game.go b/robots/game.go index 025ff4f..3a33262 100644 --- a/robots/game.go +++ b/robots/game.go @@ -99,7 +99,7 @@ func (game *Game) gameDirector() { // Draw stuff last game.drawScore() - game.drawDebug() + //game.drawDebug() // Draw the screen game.screen.Show()