mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Remove logging code
This commit is contained in:
parent
aad18642e7
commit
0e13447af1
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@
|
|||
if (view === 'favorites') {
|
||||
this.active = this.isFavorites;
|
||||
} else if (view === 'playlist') {
|
||||
console.log(playlist.id, this.playlist.id);
|
||||
this.active = this.playlist === playlist;
|
||||
} else {
|
||||
this.active = false;
|
||||
|
|
Loading…
Reference in a new issue