chore(front): remove logs from playlist modal
This commit is contained in:
parent
f3250f75a2
commit
497908f1d3
|
@ -84,9 +84,6 @@ const addToPlaylist = async (playlistId: number, allowDuplicates: boolean) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
store.dispatch('playlists/fetchOwn')
|
store.dispatch('playlists/fetchOwn')
|
||||||
watch(playlistNameFilter, () => console.log(playlistNameFilter.value))
|
|
||||||
watch(sortedPlaylists, () => console.log(sortedPlaylists.value))
|
|
||||||
watch(playlists, () => console.log(playlists.value))
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue