remove old debug assert

This commit is contained in:
Andrew Meadows 2015-06-04 11:26:35 -07:00
parent 0514736a3e
commit aff751b4e6

View file

@ -681,7 +681,6 @@ void EntityTree::update() {
QSet<EntityItemID> idsToDelete;
for (auto entity : pendingDeletes) {
assert(!entity->getPhysicsInfo()); // TODO: Andrew to remove this after testing
idsToDelete.insert(entity->getEntityItemID());
}