mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
disabled some debugging
This commit is contained in:
parent
d0ceca1935
commit
700b945d71
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ void EntityTree::deleteEntity(const EntityItemID& entityID) {
|
|||
recurseTreeWithOperator(&theOperator);
|
||||
_isDirty = true;
|
||||
|
||||
bool wantDebug = true;
|
||||
bool wantDebug = false;
|
||||
if (wantDebug) {
|
||||
EntityTreeElement* containingElement = getContainingElement(entityID);
|
||||
qDebug() << "EntityTree::deleteEntity().... after delete... containingElement=" << containingElement;
|
||||
|
@ -260,7 +260,7 @@ void EntityTree::handleAddEntityResponse(const QByteArray& packet) {
|
|||
EntityItemID creatorTokenVersion = searchEntityID.convertToCreatorTokenVersion();
|
||||
EntityItemID knownIDVersion = searchEntityID.convertToKnownIDVersion();
|
||||
|
||||
bool wantDebug = true;
|
||||
bool wantDebug = false;
|
||||
if (wantDebug) {
|
||||
qDebug() << "EntityTree::handleAddEntityResponse()...";
|
||||
qDebug() << " creatorTokenID=" << creatorTokenID;
|
||||
|
|
Loading…
Reference in a new issue