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