From 65702fd84ad1d7ce50602f5b629a5b2f3664b05e Mon Sep 17 00:00:00 2001 From: "NB-PBG2H23ABR\\bib" Date: Thu, 29 Aug 2024 09:07:24 +0200 Subject: [PATCH] pewpew --- js/allg.js | 6 ------ 1 file changed, 6 deletions(-) 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() {