Remove logging code

This commit is contained in:
An Phan 2016-04-01 15:53:21 +08:00
parent aad18642e7
commit 0e13447af1

View file

@ -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;