mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Remove print statement
This commit is contained in:
@@ -52,7 +52,6 @@ def create_thumbnail(source, size):
|
||||
|
||||
scale, crop = get_sizes(size, image.size)
|
||||
image = image.resize(scale)
|
||||
print(scale, crop)
|
||||
if crop:
|
||||
image = image.crop(crop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user