chore: remove log

This commit is contained in:
relikd
2024-03-04 00:48:41 +01:00
parent 17a0014b58
commit 7223d1c0f9

View File

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