diff --git a/Engine/src/shared/audio.ts b/Engine/src/shared/audio.ts index 00221e5..dab061b 100644 --- a/Engine/src/shared/audio.ts +++ b/Engine/src/shared/audio.ts @@ -100,8 +100,6 @@ export function playSound(name: string, volume: number): HTMLAudioElement|undefi s.addEventListener('ended', () => { audioCache.push(s as HTMLAudioElement) }) - } else { - console.log('reused') }