remove debugging comments

This commit is contained in:
Jared Dueck 2025-08-06 15:31:19 +00:00
commit b7e9e8b101

View file

@ -98,10 +98,7 @@ class PillowMinifier(ABCMinifier):
img.save(dest, image_format.format, quality=quality)
width, height = img.size
new_dest = dest.with_name(f"{dest.stem}_{width}x{height}{dest.suffix}")
return new_dest
return dest
@staticmethod
def to_jpg(