disabled some debugging

This commit is contained in:
ZappoMan 2014-08-25 11:35:28 -07:00
parent d0ceca1935
commit 700b945d71

View file

@ -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;