We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aec21 commit 3be6f2bCopy full SHA for 3be6f2b
docarray/index/backends/elastic.py
@@ -136,7 +136,6 @@ def index_name(self):
136
self._logger.error(err_msg)
137
raise ValueError(err_msg)
138
index_name = self._db_config.index_name or default_index_name
139
- self._logger.debug(f'Retrieved index name: {index_name}')
140
return index_name
141
142
###############################################
0 commit comments