diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-15 07:42:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-15 07:42:39 +0200 |
commit | bbc604b85a19bc0ed2c7cba6b4e5f6c5ccc21c33 (patch) | |
tree | ce20f4fb029b055d9e5eead81916c9fb100e8666 /common/modelresult.cpp | |
parent | b36cbed21f2b76154d5c021fd53768d227106205 (diff) | |
download | sink-bbc604b85a19bc0ed2c7cba6b4e5f6c5ccc21c33.tar.gz sink-bbc604b85a19bc0ed2c7cba6b4e5f6c5ccc21c33.zip |
Avoid crashing.
...that was a bit too optimistic, sill happening when running kube.
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; |