From e5d07d755150269b1eb19c3314b8dab09ce4f6b1 Mon Sep 17 00:00:00 2001 From: Andrew Mustun Date: Tue, 3 Sep 2013 16:39:28 +0200 Subject: [PATCH] clean up --- src/core/RTransaction.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/RTransaction.cpp b/src/core/RTransaction.cpp index 859f4e2602..0496922d25 100644 --- a/src/core/RTransaction.cpp +++ b/src/core/RTransaction.cpp @@ -666,8 +666,6 @@ bool RTransaction::addObject(QSharedPointer object, } if (oldId!=RObject::INVALID_ID) { - qDebug() << "oldId: " << oldId; - qDebug() << "object->getId(): " << object->getId(); cloneIds.insert(oldId, object->getId()); }