From: Ben Beltran Date: Thu, 30 Mar 2017 06:54:00 +0000 (-0600) Subject: Remove unnecessary log X-Git-Url: https://git.r.bdr.sh/rbdr/heart/commitdiff_plain/abf60045c085a46fe80ba074cfd0670ac67a7677 Remove unnecessary log --- diff --git a/js/lib/heart_renderer.js b/js/lib/heart_renderer.js index 19ff137..356ed72 100644 --- a/js/lib/heart_renderer.js +++ b/js/lib/heart_renderer.js @@ -247,8 +247,6 @@ 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;