remove sleep time debug now that the audio-mixer reports struggle

This commit is contained in:
Stephen Birarda 2014-03-21 15:47:21 -07:00
parent 50007d7f4b
commit dc2d050187

View file

@ -454,10 +454,7 @@ void AudioMixer::run() {
if (usecToSleep > 0) {
usleep(usecToSleep);
} else {
qDebug() << "AudioMixer loop took" << -usecToSleep << "of extra time. Not sleeping.";
}
}
delete[] clientMixBuffer;