mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
cleanup debug
This commit is contained in:
parent
62eb8335e9
commit
0db242bbaa
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue