diff --git a/shared.py b/shared.py index 0e36a04..bef908b 100644 --- a/shared.py +++ b/shared.py @@ -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)