mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Remove debug console.log
This commit is contained in:
parent
913101547d
commit
459fbb9c61
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue