(query, minor) Remove debug statement

This commit is contained in:
Viktor Lofgren 2024-04-12 17:52:55 +02:00
parent ad4810d991
commit d729c400e5

View File

@ -134,8 +134,6 @@ public class QueryExpansion {
.map(QWord::word)
.collect(Collectors.joining("_"));
System.out.println(word);
graph.addVariantForSpan(nodes.get(start), nodes.get(end - 1), word);
}