Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: avoid extra debugging
  • Loading branch information
Joan Fontanals Martinez committed Jul 27, 2023
commit d79cd9d68e0eae03d06c486fb22f219706656c6a
1 change: 0 additions & 1 deletion docarray/index/backends/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def index_name(self):
self._logger.error(err_msg)
raise ValueError(err_msg)
index_name = self._db_config.index_name or default_index_name
self._logger.debug(f'Retrieved index name: {index_name}')
return index_name

###############################################
Expand Down