1
0
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:
tobspr
2020-05-19 11:17:28 +02:00
parent dda80568e1
commit ab25f4751d
2 changed files with 1 additions and 2 deletions

View File

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