mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +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)
|
scale, crop = get_sizes(size, image.size)
|
||||||
image = image.resize(scale)
|
image = image.resize(scale)
|
||||||
print(scale, crop)
|
|
||||||
if crop:
|
if crop:
|
||||||
image = image.crop(crop)
|
image = image.crop(crop)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user