diff options
| author | Hardmath123 <hardmath123@gmail.com> | 2014-08-24 09:48:21 -0700 |
|---|---|---|
| committer | Hardmath123 <hardmath123@gmail.com> | 2014-08-24 09:48:21 -0700 |
| commit | f4b372ebc65693420031c77c6d6e68614c7ba22e (patch) | |
| tree | 12be5c7960549c2424c47425313424c54758a2aa | |
| parent | 4bfd66346630d389a5c57ed2d9bd5ace0e8b8d2f (diff) | |
| download | snap-byow-f4b372ebc65693420031c77c6d6e68614c7ba22e.tar.gz snap-byow-f4b372ebc65693420031c77c6d6e68614c7ba22e.zip | |
remove log
| -rw-r--r-- | paint.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
