Merge pull request #4472 from sethalves/quiet-physics-log

quiet physics log spam
This commit is contained in:
Andrew Meadows 2015-03-18 13:41:23 -07:00
commit a07be6ba9f

View file

@ -63,7 +63,6 @@ void PhysicsEngine::addEntityInternal(EntityItem* entity) {
assert(entity);
void* physicsInfo = entity->getPhysicsInfo();
if (!physicsInfo) {
qDebug() << "PhysicsEngine::addEntityInternal(" << entity;
if (entity->isReadyToComputeShape()) {
ShapeInfo shapeInfo;
entity->computeShapeInfo(shapeInfo);