Remove debug
This commit is contained in:
parent
18eacb7b34
commit
479973f9d6
|
@ -100,8 +100,6 @@ export function playSound(name: string, volume: number): HTMLAudioElement|undefi
|
||||||
s.addEventListener('ended', () => {
|
s.addEventListener('ended', () => {
|
||||||
audioCache.push(s as HTMLAudioElement)
|
audioCache.push(s as HTMLAudioElement)
|
||||||
})
|
})
|
||||||
} else {
|
|
||||||
console.log('reused')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user