remove unuseful log entry

This commit is contained in:
Andrew Meadows 2019-02-28 14:21:14 -08:00
parent 7d9efe4c09
commit ed9ebf84c9

View file

@ -232,8 +232,6 @@ void EntityTreeRenderer::clearNonLocalEntities() {
}
}
scene->enqueueTransaction(transaction);
} else {
qCWarning(entitiesrenderer) << "EntitityTreeRenderer::clear(), Unexpected null scene, possibly during application shutdown";
}
_renderablesToUpdate = savedEntities;