From c5085ae808efa7e155a039426d61685a35a2bdb7 Mon Sep 17 00:00:00 2001 From: "yi.cheng" Date: Mon, 6 Nov 2023 15:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_compress_psd.py | 1 - 1 file changed, 1 deletion(-) 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: