chore(cron): remove redundant timer comment

This commit is contained in:
Re-bin
2026-03-02 06:37:57 +00:00
parent f3979c0ee6
commit 9877195de5

View File

@@ -226,7 +226,6 @@ class CronService:
async def _on_timer(self) -> None:
"""Handle timer tick - run due jobs."""
# Pick up external CLI/file changes before deciding due jobs.
self._load_store()
if not self._store:
return