mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +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) {
|
||||
|
||||
emit dataReceived(NodeType::AudioMixer, packet.size()); // XXX
|
||||
|
||||
switch (packetTypeForPacket(packet)) {
|
||||
case PacketTypeDomainList: {
|
||||
processDomainServerList(packet);
|
||||
|
|
Loading…
Reference in a new issue