mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:56:29 +02:00
remove stray debug print
This commit is contained in:
parent
246861221c
commit
b19d505fc1
1 changed files with 0 additions and 1 deletions
|
@ -1550,7 +1550,6 @@ bool EntityItem::deserializeActions(QByteArray allActionsData, EntitySimulation*
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// we can't yet add the action. This method will be called later.
|
// we can't yet add the action. This method will be called later.
|
||||||
qDebug() << "\nCANT ADD ACTION YET";
|
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue