From a5ade5c9a485183bbd9e0d90088bee1b93ad4eb5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 13 Feb 2017 19:39:56 +0100 Subject: Removed unnecessary debugoutput --- common/typeindex.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common') 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(const QByteArray & auto indexer = [=](bool add, const QByteArray &identifier, const QVariant &value, const QVariant &sortValue, Sink::Storage::DataStore::Transaction &transaction) { const auto date = sortValue.toDateTime(); const auto propertyValue = getByteArray(value); - SinkWarning() << "Adding sorted value " << indexName(property, sortProperty); if (add) { Index(indexName(property, sortProperty), transaction).add(propertyValue + toSortableByteArray(date), identifier); } else { -- cgit v1.2.3