From 459fbb9c619f973bea2810b1b4f0a64c320de131 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 4 Nov 2014 13:26:05 -0800 Subject: [PATCH] Remove debug console.log --- winamp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/winamp.js b/winamp.js index c89b630c..2bf1394a 100755 --- a/winamp.js +++ b/winamp.js @@ -182,7 +182,6 @@ function Winamp () { offset = Math.abs(balance - .5) * 2; sprite = Math.floor(offset * 28); offset = (sprite - 1) * 15; - console.log(self.nodes.balance.style); self.nodes.balance.style.backgroundPosition = '-9px -' + offset + 'px'; }