summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-12-15 13:47:04 -0500
committerBrian Cully <bjc@spork.org>2025-12-15 13:47:04 -0500
commit3dedce580a71b7298c974e1fa45f22dd6075c425 (patch)
treeb4bdbce5e4d9baa8eb421dae6cec0d2758233cd9 /site
parent2854f9ea1580e05a2ec8992a08c9f86df8bf2bcd (diff)
downloadautomathon-3dedce580a71b7298c974e1fa45f22dd6075c425.tar.gz
automathon-3dedce580a71b7298c974e1fa45f22dd6075c425.zip
js: remove debugging
Diffstat (limited to 'site')
-rw-r--r--site/main.mjs1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/main.mjs b/site/main.mjs
index 62a8a58..83aee29 100644
--- a/site/main.mjs
+++ b/site/main.mjs
@@ -91,7 +91,6 @@ function renderArena(vm) {
Math.cos(2 * Math.PI * heading / 360),
Math.sin(2 * Math.PI * heading / 360)
].map(x => velocity * x);
- console.debug('velocity', heading, velx, vely)
renderRobo(ctx, offx, offy);
offx += velx;