diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-11 16:09:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-11 16:09:07 -0400 |
| commit | cb55fa7cfd84ed67313033c595bdbb9a69195e58 (patch) | |
| tree | 7e0b7397d2d089acb7cea831c005aa976b5b3739 /js/ui/nopaint.js | |
| parent | 7375bd0ca48a6900bb0accc33192425024311b33 (diff) | |
rm console log
Diffstat (limited to 'js/ui/nopaint.js')
| -rw-r--r-- | js/ui/nopaint.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index 5ca439b..b40cfd1 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -526,7 +526,6 @@ var nopaint = (function(){ var sign = randsign() this.theta = 0 this.d_theta = randsign() * randrange(0.001, 0.05) - console.log(this.d_theta) }, before_shade: function(){ this.theta += this.d_theta |
