Skip to content

Commit 1faee2a

Browse files
committed
remove leftover
1 parent b5215da commit 1faee2a

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/optimizer/LogicalPlanOptimizerTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6157,7 +6157,6 @@ public void testDoubleInlinestatsWithEvalGetsPrunedEntirely() {
61576157
return;
61586158
}
61596159
var plan = optimizedPlan(query);
6160-
System.err.println("XXX\n" + plan);
61616160

61626161
var project = as(plan, EsqlProject.class);
61636162
assertThat(Expressions.names(project.projections()), is(List.of("emp_no", "count")));

0 commit comments

Comments
 (0)