Skip to content

Commit 59c16d9

Browse files
Remove debugging code
1 parent be2ce94 commit 59c16d9

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/command/pipe

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/command/pipe/LookupJoinGenerator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ public CommandDescription generate(
7474
}
7575
}
7676
stringBuilder.append("| LIMIT 10");
77-
if (keyNames.size() > 1) {
78-
System.out.println("GENERATED JOIN ON MORE THAN ONE COLUMN: " + stringBuilder);
79-
}
8077
String cmdString = stringBuilder.toString();
8178
return new CommandDescription(LOOKUP_JOIN, this, cmdString, Map.of());
8279
}

0 commit comments

Comments
 (0)