diff --git a/www/js/channel/panels/queuePanel.js b/www/js/channel/panels/queuePanel.js index aadcc7c..13b2a5a 100644 --- a/www/js/channel/panels/queuePanel.js +++ b/www/js/channel/panels/queuePanel.js @@ -555,7 +555,6 @@ class queuePanel extends panelObj{ return; } - console.log("fuck") //Calculate offset from rest of window const windowOffset = this.queueContainer.getBoundingClientRect().top + this.ownerDoc.defaultView.scrollY;