Remove log

This commit is contained in:
Eric Rosenbaum 2017-11-21 10:50:59 -05:00
parent 730c57a976
commit b15312702e

View file

@ -41,8 +41,6 @@ class AudioPlayer {
// sound players that are currently playing, indexed by the sound's soundId
this.activeSoundPlayers = {};
console.log('updated audio engine!');
}
/**