diff --git a/chromadb/db/duckdb.py b/chromadb/db/duckdb.py index 79d748eecc4..d8c5dc30e84 100644 --- a/chromadb/db/duckdb.py +++ b/chromadb/db/duckdb.py @@ -387,7 +387,7 @@ def persist(self): """ Persist the database to disk """ - logger.info("Persisting DB to disk, putting it in the save folder", self._save_folder) + logger.info( if self._conn is None: return