Remove logging

This commit is contained in:
Nick Mowen 2023-06-12 16:27:25 -06:00
parent 918d5b34e5
commit b349b53a3f

View File

@ -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: