From c87dca5ba0fdafffd8abb081ee56cac9dc33a7d7 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 15 Apr 2015 11:58:12 -0700 Subject: [PATCH] remove debug print --- libraries/physics/src/EntityMotionState.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/physics/src/EntityMotionState.cpp b/libraries/physics/src/EntityMotionState.cpp index db79581812..655db8fd2f 100644 --- a/libraries/physics/src/EntityMotionState.cpp +++ b/libraries/physics/src/EntityMotionState.cpp @@ -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