diff --git a/resources/assets/js/components/main-wrapper/sidebar/playlist-item.vue b/resources/assets/js/components/main-wrapper/sidebar/playlist-item.vue index 276af095..40897596 100644 --- a/resources/assets/js/components/main-wrapper/sidebar/playlist-item.vue +++ b/resources/assets/js/components/main-wrapper/sidebar/playlist-item.vue @@ -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;