remove more debugging in NodeList

This commit is contained in:
Stephen Birarda 2013-10-09 10:42:33 -07:00
parent 7d69c6f211
commit 36a57e2a98

View file

@ -543,8 +543,6 @@ void* removeSilentNodes(void *args) {
node->lock();
qDebug() << "This node's LHMS is" << node->getLastHeardMicrostamp() << "\n";
if ((checkTimeUSecs - node->getLastHeardMicrostamp()) > NODE_SILENCE_THRESHOLD_USECS) {
qDebug() << "Killed " << *node << "\n";