forked from Mirror/pmbootstrap
pmb.helpers.repo.urls: remove commented out print (MR 2361)
This commit is contained in:
parent
7c3af8c391
commit
7b164acb70
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue