mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
suppress sleep time debug in favour of stats in AvatarMixer
This commit is contained in:
parent
1fe01f3e61
commit
9d6dac6a76
1 changed files with 0 additions and 2 deletions
|
@ -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.";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue