From 0e3706dafa3f6e9166f0c084838e34c3e8742483 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 2 Apr 2025 08:07:58 -0400 Subject: [PATCH] Removed extra console.log call --- www/js/channel/panels/queuePanel.js | 1 - 1 file changed, 1 deletion(-) 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 :(