From 8205022f128eca7fb27c59e1e8dfe3896b540e53 Mon Sep 17 00:00:00 2001 From: Simon Pinfold Date: Tue, 15 Sep 2026 20:22:09 -0700 Subject: [PATCH] chore: comment cleanup Comment-Gate: 3 quarantined --- app/database/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/database/db.py b/app/database/db.py index 01c85aa30..ca18b97c0 100644 --- a/app/database/db.py +++ b/app/database/db.py @@ -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: