diff options
| -rw-r--r-- | site/main.mjs | 1 |
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; |
