pmb.helpers.repo.urls: remove commented out print (MR 2361)

This commit is contained in:
Oliver Smith 2024-07-11 22:28:10 +02:00
parent 7c3af8c391
commit 7b164acb70
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -80,7 +80,6 @@ def urls(user_repository=False, mirrors_exclude: list[str] = []):
mirrors_exclude.append("systemd")
# ["pmaports", "systemd", "alpine", "plasma-nightly"]
# print(f"Mirrors: repos: {pkgrepo_names()} exclude: {mirrors_exclude}")
for repo in pkgrepo_names() + ["alpine"]:
if repo in mirrors_exclude:
continue