diff options
Diffstat (limited to 'common/modelresult.cpp')
-rw-r--r-- | common/modelresult.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/modelresult.cpp b/common/modelresult.cpp index 6feca43..d13f867 100644 --- a/common/modelresult.cpp +++ b/common/modelresult.cpp | |||
@@ -193,7 +193,6 @@ void ModelResult<T, Ptr>::add(const Ptr &value) | |||
193 | } | 193 | } |
194 | if (mEntities.contains(childId)) { | 194 | if (mEntities.contains(childId)) { |
195 | Warning() << "Entity already in model " << value->identifier(); | 195 | Warning() << "Entity already in model " << value->identifier(); |
196 | Q_ASSERT(false); | ||
197 | return; | 196 | return; |
198 | } | 197 | } |
199 | // qDebug() << "Inserting rows " << index << parent; | 198 | // qDebug() << "Inserting rows " << index << parent; |