Skip to content

Commit c198230

Browse files
fix: remove extra debug log
Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
1 parent fbb2ff8 commit c198230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

legacy/src/main/java/org/opensearch/sql/legacy/executor/format/SelectResultSet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ private void loadFromEsState(Query query) {
187187
throw new IllegalArgumentException(
188188
String.format("Index type %s does not exist", query.getFrom()));
189189
}
190-
LOG.info("Response Mapping: {}", response.mappings());
191190
Map<String, FieldMappingMetadata> typeMappings = mappings.get(indexName);
192191

193192
this.indexName = this.indexName == null ? indexName : (this.indexName + "|" + indexName);

0 commit comments

Comments
 (0)