suppress sleep time debug in favour of stats in AvatarMixer

This commit is contained in:
Stephen Birarda 2014-03-25 12:18:28 -07:00
parent 1fe01f3e61
commit 9d6dac6a76

View file

@ -322,8 +322,6 @@ void AvatarMixer::run() {
if (usecToSleep > 0) {
usleep(usecToSleep);
} else {
qDebug() << "AvatarMixer loop took too" << -usecToSleep << "of extra time. Won't sleep.";
}
}
}