install: remove forgotten print()

This commit is contained in:
Hans-Christoph Steiner 2024-11-26 11:17:46 +01:00
parent a9c6eeb753
commit a2d27ba15e
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -80,7 +80,6 @@ def download_apk(appid='org.fdroid.fdroid', privacy_mode=False):
# prefer APK in default release channel
preferred_version = version
break
print('skipping', version)
mirrors = common.append_filename_to_mirrors(
preferred_version['file']['name'][1:], common.FDROIDORG_MIRRORS