From cd8c9286e9e563272eb919a38f920bb0e180a0dc Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 15 Jun 2023 15:23:16 -0600 Subject: [PATCH] Remove log --- frigate/output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/output.py b/frigate/output.py index f0f6e5454..942bed12e 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -381,7 +381,6 @@ class BirdsEyeFrameManager: y += row_height final_camera_layout.append(final_row) - logger.error(f"Final layout {camera_layout} :: {final_camera_layout}") return final_camera_layout # determine how many cameras are tracking objects within the last 30 seconds