summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHardmath123 <hardmath123@gmail.com>2014-08-24 09:48:21 -0700
committerHardmath123 <hardmath123@gmail.com>2014-08-24 09:48:21 -0700
commitf4b372ebc65693420031c77c6d6e68614c7ba22e (patch)
tree12be5c7960549c2424c47425313424c54758a2aa
parent4bfd66346630d389a5c57ed2d9bd5ace0e8b8d2f (diff)
downloadsnap-f4b372ebc65693420031c77c6d6e68614c7ba22e.tar.gz
snap-f4b372ebc65693420031c77c6d6e68614c7ba22e.zip
remove log
-rw-r--r--paint.js1
1 files changed, 0 insertions, 1 deletions
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;