fix: remove debug line

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
Kasper Seweryn 2023-03-07 10:32:22 +01:00 committed by Marge
parent b8a65b193f
commit f961e3ff8c
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ export const useTracks = createGlobalState(() => {
const SoundImplementation = soundImplementation.value
const sound = new SoundImplementation(sources)
sound.track = track.title
sound.onSoundEnd(() => {
console.log('TRACK ENDED, PLAYING NEXT')