gen-changelog.py: Remove long standing debugging output

* gen-changelog.py (gen-changelog.py): Remove debugging output.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2023-10-20 18:34:08 +02:00
parent 9a40b69c36
commit 897620388b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def output_commits():
hash = lin[16:].strip()
try:
rel = release_refs[hash]
print("=== release %d.%d.%d ===\n" % (int(rel[0]), int(rel[1]), int(rel[2])))
except:
pass
buf = []