From c70da9daf10eb6c5ce06215c8251514c2bdd7e55 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 9 Apr 2025 02:20:36 -0400 Subject: [PATCH] Removed old console.log calls. --- www/js/channel/panels/queuePanel/playlistManager.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/js/channel/panels/queuePanel/playlistManager.js b/www/js/channel/panels/queuePanel/playlistManager.js index 77269c9..953cd09 100644 --- a/www/js/channel/panels/queuePanel/playlistManager.js +++ b/www/js/channel/panels/queuePanel/playlistManager.js @@ -132,8 +132,6 @@ class playlistManager{ //Check for open playlists this.checkOpenPlaylists('Channel'); - console.log(this.openMap); - //Clear channel playlist div this.channelPlaylistDiv.innerHTML = ''; @@ -456,7 +454,6 @@ class playlistManager{ } addURL(event){ - console.log(event.target.parentNode.dataset['location']); new addURLPopup( event, event.target.parentNode.dataset['playlist'],