cleanup debug

This commit is contained in:
ZappoMan 2014-05-15 00:46:09 -07:00
parent 62eb8335e9
commit 0db242bbaa

View file

@ -497,8 +497,6 @@ void ModelTree::update() {
// now add back any of the particles that moved elements....
int movingModels = args._movingModels.size();
qDebug() << "ModelTree::update()... movingModels=" << movingModels;
for (int i = 0; i < movingModels; i++) {
bool shouldDie = args._movingModels[i].getShouldDie();