Remove logging

This commit is contained in:
vladest 2017-09-25 23:10:26 +02:00
parent 083b52abaf
commit 074362b228

View file

@ -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;
}
}