mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
remove stray debugging line
This commit is contained in:
parent
8e64417607
commit
e779a55e22
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ void NodeList::timePingReply(const QByteArray& packet, const SharedNodePointer&
|
||||||
}
|
}
|
||||||
|
|
||||||
void NodeList::processNodeData(const HifiSockAddr& senderSockAddr, const QByteArray& packet) {
|
void NodeList::processNodeData(const HifiSockAddr& senderSockAddr, const QByteArray& packet) {
|
||||||
|
|
||||||
emit dataReceived(NodeType::AudioMixer, packet.size()); // XXX
|
|
||||||
|
|
||||||
switch (packetTypeForPacket(packet)) {
|
switch (packetTypeForPacket(packet)) {
|
||||||
case PacketTypeDomainList: {
|
case PacketTypeDomainList: {
|
||||||
processDomainServerList(packet);
|
processDomainServerList(packet);
|
||||||
|
|
Loading…
Reference in a new issue