commit 638e5843dbdf35b0c28a5dfd005fdcbf184ff071
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Fri Sep 2 23:56:55 2016 +0200

    removed test stuff

diff --git a/src/entityhelper.cpp b/src/entityhelper.cpp
index 2fe7bee..cd3f4a8 100644
--- a/src/entityhelper.cpp
+++ b/src/entityhelper.cpp
@@ -196,15 +196,12 @@ const QString EntityHelper::getClassName(const Entity *entity) {
     return QString(entity->metaObject()->className());
 }
 
-#include <QDebug>
-
 void EntityHelper::setListProperty(const QSharedPointer<Entity> &entity,
                                    QList<QSharedPointer<Entity>> &list,
                                    const QMetaProperty &property)  {
     QVariant var;
     var.setValue<QList<QSharedPointer<Entity>>>(list);
-    qDebug() << "<ab>" << entity->setProperty(property.name(),var);
-    //property.write(entity.data(), var);
+    entity->setProperty(property.name(),var);
 }
 
 void EntityHelper::addEntityToListProperty(const QSharedPointer<Entity>
