Remove unnecessary console output

This commit is contained in:
tobspr 2020-05-19 11:17:28 +02:00
parent dda80568e1
commit ab25f4751d
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export const globalConfig = {
// disableSavegameWrite: true,
// showEntityBounds: true,
// showAcceptorEjectors: true,
disableMusic: true,
// disableMusic: true,
// doNotRenderStatics: true,
// disableZoomLimits: true,
// showChunkBorders: true,

View File

@ -82,7 +82,6 @@ class WrappedSoundInstance extends SoundInstanceInterface {
}
play(volume) {
logger.error("TDO: PLAY", this.key);
this.spriteContainer.play(volume, this.key);
}