diff --git a/js/allg.js b/js/allg.js index df76528..499e486 100644 --- a/js/allg.js +++ b/js/allg.js @@ -31,12 +31,6 @@ function fillArrays() // startGame let start = setInterval(gameLoop, 50); -let info = setInterval(infos, 1000); - -function infos() -{ - console.log(currentPosition); -} function gameLoop() {