From 5187686915852b7e9de78f6ac9b633263c94711c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:11:04 -0500 Subject: [PATCH] clean up --- frigate/api/record.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/api/record.py b/frigate/api/record.py index 979430325..4ab4b0af1 100644 --- a/frigate/api/record.py +++ b/frigate/api/record.py @@ -98,8 +98,6 @@ def all_recordings_summary( days: dict[str, bool] = {} for period_start, period_end, period_offset in dst_periods: - # Use integer division instead of strftime(datetime(...)) — orders of - # magnitude cheaper per row and avoids a temp B-tree for GROUP BY. day_expr = ((Recordings.start_time + period_offset) / 86400).cast("int") period_query = (