mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 05:53:36 -07:00
remove debugging comments
This commit is contained in:
parent
83563a3f08
commit
b7e9e8b101
1 changed files with 1 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue