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