Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Oct 23, 2023
1 parent 19a57f6 commit ce3d822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chromadb/db/impl/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ def reset_state(self) -> None:
for row in cur.fetchall():
cur.execute(f"DROP TABLE IF EXISTS {row[0]}")
self._conn_pool.close()
# TODO: clean this up ---- I don't think its correct or needed
# if self._is_persistent:
# delete_file(self._db_file)
self.start()
super().reset_state()

Expand Down

0 comments on commit ce3d822

Please sign in to comment.