From ce7c3d4005954e1e5d930d1c98902e7cc0158d95 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Tue, 28 May 2024 12:47:45 +0200 Subject: [PATCH] bodhi-backend: Remove forgotten print from owner-pagure-sync Signed-off-by: Lenka Segura --- roles/bodhi2/backend/templates/owner-sync-pagure.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index 4b8ac3c8a2..49cdf702f4 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -236,7 +236,6 @@ def get_project_name_and_its_active_branches(session, namespace, active_releases if verbose: print('- Querying pagure distgit for package branches') project_branches = get_project_branches(session, namespace, project_name) - print(project_branches) try: active_package_branches = list(set(active_releases) & set(project_branches)) + ['rawhide'] for branch in active_package_branches: