mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
remove logging
This commit is contained in:
parent
772ea16c71
commit
1332b8bef6
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.hasPlayedSound === false) {
|
if (this.hasPlayedSound === false) {
|
||||||
print('PLAY SOUND!!!')
|
|
||||||
this.audioInjector = Audio.playSound(this.hitSound, {
|
this.audioInjector = Audio.playSound(this.hitSound, {
|
||||||
position: position,
|
position: position,
|
||||||
volume: 0.5
|
volume: 0.5
|
||||||
|
|
Loading…
Reference in a new issue