From 32fd26f88503c35b033e9efbbe1a2154331a71c1 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 15 Mar 2012 20:36:42 -0600 Subject: [PATCH] remove debug message --- track.js | 1 - 1 file changed, 1 deletion(-) diff --git a/track.js b/track.js index dafef90..8d437fc 100644 --- a/track.js +++ b/track.js @@ -143,7 +143,6 @@ function player(color, pos) { ctx.scale(1/scale, 1/scale); ctx.fillStyle = "#fff"; ctx.font = (scale) + "px sans-serif"; - debug(ctx.font + scale); ctx.fillText(pos, -0.25 * scale, 0.25 * scale); } return e;