Removing console.log and unused files
This commit is contained in:
parent
0c3b9ccfbf
commit
fac6574cb5
6 changed files with 1 additions and 333 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue