From f4b372ebc65693420031c77c6d6e68614c7ba22e Mon Sep 17 00:00:00 2001 From: Hardmath123 Date: Sun, 24 Aug 2014 09:48:21 -0700 Subject: remove log --- paint.js | 1 - 1 file changed, 1 deletion(-) (limited to 'paint.js') diff --git a/paint.js b/paint.js index 2e14f38..2c15510 100644 --- a/paint.js +++ b/paint.js @@ -754,7 +754,6 @@ PaintCanvasMorph.prototype.floodfill = function (sourcepoint) { if (this.settings.primarycolor === "transparent") { data[currentpoint * 4 + 3] = 0; } else { - console.log(this.settings.primarycolor); data[currentpoint * 4] = this.settings.primarycolor.r; data[currentpoint * 4 + 1] = this.settings.primarycolor.g; data[currentpoint * 4 + 2] = this.settings.primarycolor.b; -- cgit v1.3.1