Skip to content

Commit

Permalink
fix: remove extra debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Aparajita Pandey <[email protected]>
  • Loading branch information
aparajita31pandey committed Oct 3, 2024
1 parent 6bfcef2 commit 2056d5f
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 2056d5f

Please sign in to comment.