summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-02-12 16:01:53 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-02-12 16:01:53 +0100
commitd8350fcb368ce8e011105311411c9a4edfab4971 (patch)
tree3d15b4a601b6588800e7a97b5eac122cac566f84 /container-search
parent20a95cc0bc4fe4f1e719b6a1338cf3dd7429406f (diff)
Remove print statement
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/profile/types/QueryProfileType.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/types/QueryProfileType.java b/container-search/src/main/java/com/yahoo/search/query/profile/types/QueryProfileType.java
index d6faa6097f9..c02aada2062 100644
--- a/container-search/src/main/java/com/yahoo/search/query/profile/types/QueryProfileType.java
+++ b/container-search/src/main/java/com/yahoo/search/query/profile/types/QueryProfileType.java
@@ -306,7 +306,6 @@ public class QueryProfileType extends FreezableSimpleComponent {
private QueryProfileType extendOrCreateQueryProfileType(String name, QueryProfileTypeRegistry registry) {
QueryProfileType type = null;
FieldDescription fieldDescription = getField(name);
- System.out.println("Extending/creating " + name + ". Description: " + fieldDescription + " (is frozen " + isFrozen() + ")");
if (fieldDescription != null) {
if ( ! (fieldDescription.getType() instanceof QueryProfileFieldType))
throw new IllegalArgumentException("Cannot use name '" + name + "' as a prefix because it is " +