remove an extra debug

This commit is contained in:
Stephen Birarda 2013-08-05 10:09:00 -07:00
parent 8f876b91ae
commit 0120ac2d0f

View file

@ -63,8 +63,6 @@ void AvatarData::sendData() {
int numPacketBytes = (endOfPacket - packet) + getBroadcastData(endOfPacket);
qDebug("The current body yaw is %f\n", _bodyYaw);
NodeList::getInstance()->getNodeSocket()->send(avatarMixer->getActiveSocket(), packet, numPacketBytes);
}
}