diff --git a/src/index.js b/src/index.js index 33eaf19..ab273ec 100644 --- a/src/index.js +++ b/src/index.js @@ -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!'); } /**