diff --git a/src/js/core/config.js b/src/js/core/config.js index e88962e9..57e3b42f 100644 --- a/src/js/core/config.js +++ b/src/js/core/config.js @@ -76,7 +76,7 @@ export const globalConfig = { // disableSavegameWrite: true, // showEntityBounds: true, // showAcceptorEjectors: true, - disableMusic: true, + // disableMusic: true, // doNotRenderStatics: true, // disableZoomLimits: true, // showChunkBorders: true, diff --git a/src/js/platform/browser/sound.js b/src/js/platform/browser/sound.js index 1db6c217..cc365f64 100644 --- a/src/js/platform/browser/sound.js +++ b/src/js/platform/browser/sound.js @@ -82,7 +82,6 @@ class WrappedSoundInstance extends SoundInstanceInterface { } play(volume) { - logger.error("TDO: PLAY", this.key); this.spriteContainer.play(volume, this.key); }