去掉多余打印

main
程祎 2023-11-06 15:24:40 +08:00
parent e333df87b4
commit c5085ae808
1 changed files with 0 additions and 1 deletions

View File

@ -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: