Removed old console.log calls.

This commit is contained in:
rainbow napkin 2025-04-09 02:20:36 -04:00
parent b383e746a7
commit c70da9daf1

View file

@ -132,8 +132,6 @@ class playlistManager{
//Check for open playlists //Check for open playlists
this.checkOpenPlaylists('Channel'); this.checkOpenPlaylists('Channel');
console.log(this.openMap);
//Clear channel playlist div //Clear channel playlist div
this.channelPlaylistDiv.innerHTML = ''; this.channelPlaylistDiv.innerHTML = '';
@ -456,7 +454,6 @@ class playlistManager{
} }
addURL(event){ addURL(event){
console.log(event.target.parentNode.dataset['location']);
new addURLPopup( new addURLPopup(
event, event,
event.target.parentNode.dataset['playlist'], event.target.parentNode.dataset['playlist'],