mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 14:59:14 +02:00
remove more debugging in NodeList
This commit is contained in:
parent
7d69c6f211
commit
36a57e2a98
1 changed files with 0 additions and 2 deletions
|
@ -543,8 +543,6 @@ void* removeSilentNodes(void *args) {
|
||||||
|
|
||||||
node->lock();
|
node->lock();
|
||||||
|
|
||||||
qDebug() << "This node's LHMS is" << node->getLastHeardMicrostamp() << "\n";
|
|
||||||
|
|
||||||
if ((checkTimeUSecs - node->getLastHeardMicrostamp()) > NODE_SILENCE_THRESHOLD_USECS) {
|
if ((checkTimeUSecs - node->getLastHeardMicrostamp()) > NODE_SILENCE_THRESHOLD_USECS) {
|
||||||
|
|
||||||
qDebug() << "Killed " << *node << "\n";
|
qDebug() << "Killed " << *node << "\n";
|
||||||
|
|
Loading…
Reference in a new issue