Removed old console.log calls.
This commit is contained in:
parent
b383e746a7
commit
c70da9daf1
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue