diff --git a/www/js/channel/panels/queuePanel.js b/www/js/channel/panels/queuePanel.js index 24a1854..2ee7cbe 100644 --- a/www/js/channel/panels/queuePanel.js +++ b/www/js/channel/panels/queuePanel.js @@ -1135,7 +1135,6 @@ class clearPopup{ this.client = client; //Set callback this.cb = cb; - console.log(doc); //Create media popup and call async constructor when done //unfortunately we cant call constructors asyncronously, and we cant call back to this from super, so we can't extend this as it stands :(