remove debug

This commit is contained in:
2021-07-17 16:32:45 +10:00
parent 46d79ddc6a
commit 6737664c4c

View File

@@ -80,8 +80,6 @@ def SymlinkName(ptype, path, file):
def GenThumb(fname):
print( f"GenThumb({fname})" )
try:
im_orig = Image.open(fname)
im = ImageOps.exif_transpose(im_orig)