mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Remove logging
This commit is contained in:
parent
918d5b34e5
commit
b349b53a3f
@ -513,9 +513,6 @@ class BirdsEyeFrameManager:
|
|||||||
if (canvas_height * 0.75) < total_height <= canvas_height:
|
if (canvas_height * 0.75) < total_height <= canvas_height:
|
||||||
calculating = False
|
calculating = False
|
||||||
elif total_height < canvas_height * 0.75:
|
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
|
coefficient += 0.1
|
||||||
calculating = False
|
calculating = False
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user