mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove a comment for node stats in DS
This commit is contained in:
parent
befe75a04c
commit
14c7e28dc8
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue