From 3dedce580a71b7298c974e1fa45f22dd6075c425 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 15 Dec 2025 13:47:04 -0500 Subject: js: remove debugging --- site/main.mjs | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.3