summaryrefslogtreecommitdiffstats
path: root/common/typeindex.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-13 19:39:56 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-13 19:42:39 +0100
commita5ade5c9a485183bbd9e0d90088bee1b93ad4eb5 (patch)
tree51d8308e39d4f0b4a11f2c3e2cf56fa4d8ae1088 /common/typeindex.cpp
parent241a30c3ea45516263c212032c7ae026a05d3724 (diff)
downloadsink-a5ade5c9a485183bbd9e0d90088bee1b93ad4eb5.tar.gz
sink-a5ade5c9a485183bbd9e0d90088bee1b93ad4eb5.zip
Removed unnecessary debugoutput
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r--common/typeindex.cpp1
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 {