From 7b164acb70c75d3cadcd262fbbfc8af1d8ef6a42 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 11 Jul 2024 22:28:10 +0200 Subject: [PATCH] pmb.helpers.repo.urls: remove commented out print (MR 2361) --- pmb/helpers/repo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index 373e746d..d3104a89 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -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