Merge pull request #8246 from highfidelity/jherico-patch-1

Remove 'handling reverb' logspam
This commit is contained in:
Brad Hefta-Gaub 2016-07-14 15:52:07 -07:00 committed by GitHub
commit a544557577

View file

@ -954,7 +954,6 @@ void AudioClient::processReceivedSamples(const QByteArray& decodedBuffer, QByteA
if (hasReverb) {
assert(_outputFormat.channelCount() == 2);
updateReverbOptions();
qDebug() << "handling reverb";
_listenerReverb.render(outputSamples, outputSamples, numDeviceOutputSamples/2);
}
}