Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Sep 3, 2013
1 parent 4525065 commit e5d07d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/RTransaction.cpp
Expand Up @@ -666,8 +666,6 @@ bool RTransaction::addObject(QSharedPointer<RObject> object,
}

if (oldId!=RObject::INVALID_ID) {
qDebug() << "oldId: " << oldId;
qDebug() << "object->getId(): " << object->getId();
cloneIds.insert(oldId, object->getId());
}

Expand Down

0 comments on commit e5d07d7

Please sign in to comment.