mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-07 18:14:01 +00:00
Remove unnecessary console output
This commit is contained in:
parent
dda80568e1
commit
ab25f4751d
@ -76,7 +76,7 @@ export const globalConfig = {
|
|||||||
// disableSavegameWrite: true,
|
// disableSavegameWrite: true,
|
||||||
// showEntityBounds: true,
|
// showEntityBounds: true,
|
||||||
// showAcceptorEjectors: true,
|
// showAcceptorEjectors: true,
|
||||||
disableMusic: true,
|
// disableMusic: true,
|
||||||
// doNotRenderStatics: true,
|
// doNotRenderStatics: true,
|
||||||
// disableZoomLimits: true,
|
// disableZoomLimits: true,
|
||||||
// showChunkBorders: true,
|
// showChunkBorders: true,
|
||||||
|
@ -82,7 +82,6 @@ class WrappedSoundInstance extends SoundInstanceInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
play(volume) {
|
play(volume) {
|
||||||
logger.error("TDO: PLAY", this.key);
|
|
||||||
this.spriteContainer.play(volume, this.key);
|
this.spriteContainer.play(volume, this.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user