From 6737664c4ce5ece625a21522425fb9da396187b2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 17 Jul 2021 16:32:45 +1000 Subject: [PATCH] remove debug --- shared.py | 2 -- 1 file changed, 2 deletions(-) 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)