Remove superfluous node log

This commit is contained in:
Ryan Huffman 2017-06-12 14:52:02 -07:00
parent 3142842d5d
commit 4851d3b564

View file

@ -658,8 +658,6 @@ void NodeList::parseNodeFromPacketStream(QDataStream& packetStream) {
packetStream >> nodeType >> nodeUUID >> nodePublicSocket >> nodeLocalSocket >> permissions >> isReplicated;
qDebug() << "Node: " << nodeUUID << nodeType << isReplicated;
// if the public socket address is 0 then it's reachable at the same IP
// as the domain server
if (nodePublicSocket.getAddress().isNull()) {