Skip to content

Commit

Permalink
fix: remove extra debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita31pandey committed Sep 1, 2024
1 parent 3acfe38 commit f731c59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ private void loadFromEsState(Query query) {
throw new IllegalArgumentException(
String.format("Index type %s does not exist", query.getFrom()));
}
LOG.info("Response Mapping: {}", response.mappings());
Map<String, FieldMappingMetadata> typeMappings = mappings.get(indexName);

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

0 comments on commit f731c59

Please sign in to comment.