From cc2c208b12f25c7d8ccd22cc91ced86d9f1f953e Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 11 Sep 2018 12:12:31 -0700 Subject: [PATCH] fix small issue --- interface/src/octree/SafeLanding.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/octree/SafeLanding.cpp b/interface/src/octree/SafeLanding.cpp index 2bbda7f5d5..f73a13f346 100644 --- a/interface/src/octree/SafeLanding.cpp +++ b/interface/src/octree/SafeLanding.cpp @@ -148,7 +148,6 @@ bool isEntityPhysicsReady(const EntityItemPointer& entity) { entity->getAABox(hasAABox); if (hasAABox && downloadedCollisionTypes.count(modelEntity->getShapeType()) != 0) { return entity->isReadyToComputeShape(); - qCDebug(interfaceapp) << "Safe Landing: Tracking entity " << entity->getItemName(); } } }