summaryrefslogtreecommitdiffstats
path: root/vsm
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-07-27 15:27:45 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-07-31 17:27:04 +0200
commit9d2b9f1c47fcf4f105ae1888b525792f1ed8a57b (patch)
tree56a0ce19ab51d5533f3bdf0dce5c3393bac4e9fc /vsm
parent9ef9171567fa67488f6f06c9ac74ea93b4ba3319 (diff)
Follow api change.
Diffstat (limited to 'vsm')
-rw-r--r--vsm/src/vespa/vsm/vsm/docsumfilter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/vsm/src/vespa/vsm/vsm/docsumfilter.cpp b/vsm/src/vespa/vsm/vsm/docsumfilter.cpp
index 7b840407771..bd57c05f8ac 100644
--- a/vsm/src/vespa/vsm/vsm/docsumfilter.cpp
+++ b/vsm/src/vespa/vsm/vsm/docsumfilter.cpp
@@ -156,9 +156,6 @@ DocsumFilter::prepareFieldSpec(DocsumFieldSpec & spec, const DocsumTools::FieldS
FieldPath relPath(fieldPathMap[field].begin() + 1,
fieldPathMap[field].end());
LOG(debug, "map[%u] -> %zu elements", field, fieldPathMap[field].end() - fieldPathMap[field].begin());
- for (document::FieldPathEntry entry : fieldPathMap[field]) {
- LOG(debug, "entry: %s", entry.getName().c_str());
- }
// skip the element that correspond to the start field value
spec.getInputFields().push_back(DocsumFieldSpec::FieldIdentifier
(field, FieldPath(fieldPathMap[field].begin() + 1,