summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-08-30 23:13:03 +0200
committerJon Bratseth <bratseth@oath.com>2018-08-30 23:13:03 +0200
commit41a8c4ef3222c7c1e7f376b9a2c417d390379710 (patch)
treea26a5aaca83a1da5924e62d1636c2bea52fff12b /searchlib
parent8a1c7bb53923ba9fa01c3c6ceba2046be0530d11 (diff)
Scope converted models to their rank profile
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/ml/ImportedModels.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/ml/ImportedModels.java b/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/ml/ImportedModels.java
index 32d33622a33..92cb8c3f360 100644
--- a/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/ml/ImportedModels.java
+++ b/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/integration/ml/ImportedModels.java
@@ -64,7 +64,6 @@ public class ImportedModels {
* @return the model at this path or null if none
*/
public ImportedModel get(File modelPath) {
- System.out.println("Name from " + modelPath + ": " + toName(modelPath));
return importedModels.get(toName(modelPath));
}