summaryrefslogtreecommitdiffstats
path: root/vsm
diff options
context:
space:
mode:
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,