]> git.r.bdr.sh - rbdr/heart/commitdiff
Remove unnecessary log
authorBen Beltran <redacted>
Thu, 30 Mar 2017 06:54:00 +0000 (00:54 -0600)
committerBen Beltran <redacted>
Thu, 30 Mar 2017 06:54:00 +0000 (00:54 -0600)
js/lib/heart_renderer.js

index 19ff1374e40e99ba231cd39f3321e721ebab61e0..356ed72d94d0c64456271ac0d494b461dda406dc 100644 (file)
       const green = this._updateColorComponent('green', delta);
       const blue = this._updateColorComponent('blue', delta);
 
-      console.log(red, green, blue);
-
       this._currentColor.red = red;
       this._currentColor.green = green;
       this._currentColor.blue = blue;