diff options
-rw-r--r-- | common/typeindex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp index a0d6d43..5589e13 100644 --- a/common/typeindex.cpp +++ b/common/typeindex.cpp | |||
@@ -126,7 +126,6 @@ void TypeIndex::addPropertyWithSorting<QByteArray, QDateTime>(const QByteArray & | |||
126 | auto indexer = [=](bool add, const QByteArray &identifier, const QVariant &value, const QVariant &sortValue, Sink::Storage::DataStore::Transaction &transaction) { | 126 | auto indexer = [=](bool add, const QByteArray &identifier, const QVariant &value, const QVariant &sortValue, Sink::Storage::DataStore::Transaction &transaction) { |
127 | const auto date = sortValue.toDateTime(); | 127 | const auto date = sortValue.toDateTime(); |
128 | const auto propertyValue = getByteArray(value); | 128 | const auto propertyValue = getByteArray(value); |
129 | SinkWarning() << "Adding sorted value " << indexName(property, sortProperty); | ||
130 | if (add) { | 129 | if (add) { |
131 | Index(indexName(property, sortProperty), transaction).add(propertyValue + toSortableByteArray(date), identifier); | 130 | Index(indexName(property, sortProperty), transaction).add(propertyValue + toSortableByteArray(date), identifier); |
132 | } else { | 131 | } else { |