remove a comment for node stats in DS

This commit is contained in:
Stephen Birarda 2014-05-05 14:04:09 -07:00
parent befe75a04c
commit 14c7e28dc8

View file

@ -796,7 +796,6 @@ void DomainServer::processDatagram(const QByteArray& receivedPacket, const HifiS
sendDomainListToNode(checkInNode, senderSockAddr, nodeInterestListFromPacket(receivedPacket, numNodeInfoBytes));
}
} else if (requestType == PacketTypeNodeJsonStats) {
qDebug() << "Trying to match a stats packet";
SharedNodePointer matchingNode = nodeList->sendingNodeForPacket(receivedPacket);
if (matchingNode) {
reinterpret_cast<DomainServerNodeData*>(matchingNode->getLinkedData())->parseJSONStatsPacket(receivedPacket);