mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
remove debug print
This commit is contained in:
parent
51ac44a9b7
commit
c87dca5ba0
1 changed files with 0 additions and 4 deletions
|
@ -293,10 +293,6 @@ void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_
|
|||
#ifdef WANT_DEBUG
|
||||
qCDebug(physics) << "EntityMotionState::sendUpdate()... calling queueEditEntityMessage()...";
|
||||
#endif
|
||||
qDebug() << "EntityMotionState::sendUpdate" << (zeroSpin && zeroSpin)
|
||||
<< _sentMoving
|
||||
<< _numNonMovingUpdates
|
||||
<< "me:" << myNodeID << "owner:" << simulatorID;
|
||||
entityPacketSender->queueEditEntityMessage(PacketTypeEntityAddOrEdit, id, properties);
|
||||
} else {
|
||||
#ifdef WANT_DEBUG
|
||||
|
|
Loading…
Reference in a new issue