chore: comment cleanup

Comment-Gate: 3 quarantined
This commit is contained in:
Simon Pinfold
2026-09-16 11:23:29 -07:00
parent 74ce3b91d8
commit 8205022f12
-1
View File
@@ -182,7 +182,6 @@ def _init_file_db(db_url):
db_path = get_db_path()
prepare_file_db_path(db_path)
# The lock lives beside the database, so its parent directory must exist first.
# All database reads and writes, including the legacy import, run under the lock.
_acquire_file_lock(db_path)
try: