From f961e3ff8c1590c42370e8804709456a367f17d5 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Tue, 7 Mar 2023 10:32:22 +0100 Subject: [PATCH] fix: remove debug line Part-of: --- front/src/composables/audio/tracks.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/composables/audio/tracks.ts b/front/src/composables/audio/tracks.ts index ffd6f8b52..48f3624b1 100644 --- a/front/src/composables/audio/tracks.ts +++ b/front/src/composables/audio/tracks.ts @@ -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')