mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
remove an extra debug
This commit is contained in:
parent
8f876b91ae
commit
0120ac2d0f
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ void AvatarData::sendData() {
|
||||||
|
|
||||||
int numPacketBytes = (endOfPacket - packet) + getBroadcastData(endOfPacket);
|
int numPacketBytes = (endOfPacket - packet) + getBroadcastData(endOfPacket);
|
||||||
|
|
||||||
qDebug("The current body yaw is %f\n", _bodyYaw);
|
|
||||||
|
|
||||||
NodeList::getInstance()->getNodeSocket()->send(avatarMixer->getActiveSocket(), packet, numPacketBytes);
|
NodeList::getInstance()->getNodeSocket()->send(avatarMixer->getActiveSocket(), packet, numPacketBytes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue