From dd51cfbcb70f076503b66c45b41f63e17e978fd8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Feb 2017 10:32:17 +0100 Subject: Removed unnecessary debug output. --- common/datastorequery.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common/datastorequery.cpp') diff --git a/common/datastorequery.cpp b/common/datastorequery.cpp index 087f405..aa0056c 100644 --- a/common/datastorequery.cpp +++ b/common/datastorequery.cpp @@ -296,7 +296,6 @@ public: while(!foundValue && mSource->next([this, callback, &foundValue](const ResultSet::Result &result) { mBloomValue = result.entity.getProperty(mBloomProperty); auto results = indexLookup(mBloomProperty, mBloomValue); - SinkWarning() << "Bloomed on value " << mBloomValue << " and found " << results.size(); for (const auto &r : results) { readEntity(r, [&, this](const Sink::ApplicationDomain::ApplicationDomainType &entity, Sink::Operation operation) { callback({entity, Sink::Operation_Creation}); -- cgit v1.2.3