From 7223d1c0f9e2bb3579608049c55ab8d109cdfcd3 Mon Sep 17 00:00:00 2001 From: relikd Date: Mon, 4 Mar 2024 00:48:41 +0100 Subject: [PATCH] chore: remove log --- ipa_archive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipa_archive.py b/ipa_archive.py index fe38f15a..5023285c 100755 --- a/ipa_archive.py +++ b/ipa_archive.py @@ -422,9 +422,7 @@ def loadIpa(uid: int, url: str, *, if not artwork and app_name and plist_path.exists(): with open(plist_path, 'rb') as fp: icon_names = iconNameFromPlist(plistlib.load(fp)) - print(icon_names) icon = expandImageName(zip_listing, app_name, icon_names) - print(icon) if icon: extractZipEntry(zip, icon, img_path)