diff --git a/check_compress_psd.py b/check_compress_psd.py index 008fcee..1c8f03b 100644 --- a/check_compress_psd.py +++ b/check_compress_psd.py @@ -24,7 +24,6 @@ def parse_psd(path): log.append("开始检测:{}".format(file_name)) psd = PSDImage.open(path) - print("psd width height", psd.width, psd.height) try: image = psd.composite() except Exception as e: