Removing console.log and unused files

This commit is contained in:
David Négrier 2021-05-26 16:08:43 +02:00
parent 0c3b9ccfbf
commit fac6574cb5
6 changed files with 1 additions and 333 deletions

View file

@ -31,8 +31,7 @@ class SoundManager {
}
public stopSound(soundManager : BaseSoundManager,soundUrl : string){
console.log("stop "+ soundManager.get(soundUrl).key);
soundManager.get(soundUrl).stop();
}
}
export const soundManager = new SoundManager();
export const soundManager = new SoundManager();