Skip to content

Commit d6b11f3

Browse files
committed
remove debug
1 parent 86c1138 commit d6b11f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/approximate/ApproximateTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public void testApproximate_largeDataNoFilters() throws Exception {
151151
assertThat(runner.invocations, hasSize(2));
152152
assertThat(runner.invocations.get(0), allOf(not(hasFilter()), not(hasSample())));
153153
assertThat(runner.invocations.get(1), allOf(not(hasFilter()), hasSample(1e-5)));
154-
System.out.println(runner.invocations);
155154
}
156155

157156
public void testApproximate_smallDataNoFilters() throws Exception {

0 commit comments

Comments
 (0)