mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
remove debug dump that was printing to screeen during << operator
This commit is contained in:
parent
2e9b26057e
commit
60eb6dca9d
1 changed files with 0 additions and 4 deletions
|
@ -460,10 +460,6 @@ inline QDebug operator<<(QDebug debug, const EntityItemProperties& properties) {
|
|||
|
||||
DEBUG_PROPERTY_IF_CHANGED(debug, properties, LastEditedBy, lastEditedBy, "");
|
||||
|
||||
properties.getAnimation().debugDump();
|
||||
properties.getSkybox().debugDump();
|
||||
properties.getStage().debugDump();
|
||||
|
||||
debug << " last edited:" << properties.getLastEdited() << "\n";
|
||||
debug << " edited ago:" << properties.getEditedAgo() << "\n";
|
||||
debug << "]";
|
||||
|
|
Loading…
Reference in a new issue