bodhi-backend: Remove forgotten print from owner-pagure-sync
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
a8693215fe
commit
ce7c3d4005
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue