From b349b53a3fb20a178f4be0bc5ee40e83843dcab2 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 12 Jun 2023 16:27:25 -0600 Subject: [PATCH] Remove logging --- frigate/output.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frigate/output.py b/frigate/output.py index d74a3907c..d04519997 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -513,9 +513,6 @@ class BirdsEyeFrameManager: if (canvas_height * 0.75) < total_height <= canvas_height: calculating = False elif total_height < canvas_height * 0.75: - logger.error( - f"Canvas ratio is {canvas_height * 0.75} > {total_height} :: {canvas_height / total_height}" - ) coefficient += 0.1 calculating = False else: