mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-11 12:34:34 +00:00
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:
parent
9a40b69c36
commit
897620388b
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user