mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
remove sleep time debug
This commit is contained in:
parent
edaa67121f
commit
8be527f85d
1 changed files with 0 additions and 2 deletions
|
@ -552,8 +552,6 @@ void* removeSilentNodes(void *args) {
|
|||
for(NodeList::iterator node = nodeList->begin(); node != nodeList->end(); ++node) {
|
||||
node->lock();
|
||||
|
||||
qDebug() << usecTimestampNow() - node->getLastHeardMicrostamp() << "\n";
|
||||
|
||||
if ((usecTimestampNow() - node->getLastHeardMicrostamp()) > NODE_SILENCE_THRESHOLD_USECS) {
|
||||
|
||||
qDebug() << "Killed " << *node << "\n";
|
||||
|
|
Loading…
Reference in a new issue