We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4fd62 commit b421fc5Copy full SHA for b421fc5
src/main/java/io/zentity/resolution/Job.java
@@ -629,7 +629,6 @@ else if (size == 1)
629
630
// Construct the final query.
631
query = "{" + String.join(",", topLevelClauses) + "}";
632
- System.out.println(query);
633
634
// Submit query to Elasticsearch.
635
SearchResponse response = this.search(indexName, query);
0 commit comments