mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
Remove logging
This commit is contained in:
parent
083b52abaf
commit
074362b228
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ void TabletScriptingInterface::playSound(TabletAudioEvents aEvent) {
|
|||
options.localOnly = options.localOnly || sound->isAmbisonic(); // force localOnly when Ambisonic
|
||||
|
||||
AudioInjectorPointer injector = AudioInjector::playSoundAndDelete(sound->getByteArray(), options);
|
||||
qDebug() << "playing sound for event" << aEvent;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue