fix: remove debug line

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
environments/review-docs-fix-d-jlladr/deployments/17321
Kasper Seweryn 2023-03-07 10:32:22 +01:00 zatwierdzone przez Georg krause
rodzic aa13620851
commit d28f6f7873
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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')