mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
Remove superfluous node log
This commit is contained in:
parent
3142842d5d
commit
4851d3b564
1 changed files with 0 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue