commit 0193c78dc8a4fc246df59783f89bde124eb9356a parent e305a39c6599b399f3f95129872dc23ae962a9e8 Author: Martin Klöckner <mjkloeckner@gmail.com> Date: Fri, 28 Jun 2024 11:46:14 -0300 comment `console.log` from tree generation position check Diffstat:
M | tp/src/track-map.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tp/src/track-map.js b/tp/src/track-map.js @@ -49,7 +49,7 @@ function isForbbidenPosition(position) { return true; } - console.log("(" + position.x + ", " + position.y + ") is valid "); + // console.log("(" + position.x + ", " + position.y + ") is valid "); return false; }