summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-15 15:23:32 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-15 15:23:32 +0200
commit22d198fc9df6578ee89030fe490e3dc6d9cebe40 (patch)
tree92371dd971bfbd50c40b8d453ba47f79b967a456
parentb6d8f17313fc20d1ca256fb61c3013c89d7ee47c (diff)
Remove println
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/documentmodel/DocumentSummary.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/documentmodel/DocumentSummary.java b/config-model/src/main/java/com/yahoo/vespa/documentmodel/DocumentSummary.java
index c3476137b51..8d0661ba8d3 100644
--- a/config-model/src/main/java/com/yahoo/vespa/documentmodel/DocumentSummary.java
+++ b/config-model/src/main/java/com/yahoo/vespa/documentmodel/DocumentSummary.java
@@ -99,7 +99,6 @@ public class DocumentSummary extends FieldView {
/** Sets the parent of this. Both summaries must be present in the same search definition */
public void setInherited(String inherited) {
- System.out.println("Adding inheritance of " + inherited + " in " + this);
this.inherited = inherited;
}