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: