Skip to content

Commit 3be6f2b

Browse files
author
Joan Fontanals
authored
chore: avoid extra debugging (#1730)
1 parent 19aec21 commit 3be6f2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docarray/index/backends/elastic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def index_name(self):
136136
self._logger.error(err_msg)
137137
raise ValueError(err_msg)
138138
index_name = self._db_config.index_name or default_index_name
139-
self._logger.debug(f'Retrieved index name: {index_name}')
140139
return index_name
141140

142141
###############################################

0 commit comments

Comments
 (0)