summaryrefslogtreecommitdiff
path: root/gbp/dch.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/dch.py')
-rw-r--r--gbp/dch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/dch.py b/gbp/dch.py
index a15a614..98294af 100644
--- a/gbp/dch.py
+++ b/gbp/dch.py
@@ -104,7 +104,6 @@ def format_changelog_entry(commit_info, options, last_commit=False):
# Add all non-blank body lines.
entry.extend([line for line in body if line.strip()])
for bts in bts_cmds:
- print bts_cmds
entry[-1] += '(%s: %s) ' % (bts, ', '.join(bts_cmds[bts]))
if thanks:
# Last wins for now (match old behavior).