Remove log

This commit is contained in:
Nathan Thomas 2024-01-23 18:08:01 -08:00
parent 5a987a59fd
commit 059e8c9d2a
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ def downscale_image(input_image_path: str, max_dimension: int):
"""
logger.info("Downscaling image at {input_image_path} to ")
# Open the image
image = Image.open(input_image_path)