aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-07 12:50:30 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-07 12:50:46 +0100
commit61948548c3d120b8e060dae21f42c61c83b1ea0b (patch)
tree22ac22080e8c29bfbdd7d2ff4b62022038bf8dd0 /gbp
parent4e82c961c18b2bf06eaf8e46b0b5d47885439dcb (diff)
Drop debugging print statement
Diffstat (limited to 'gbp')
-rw-r--r--gbp/dch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/dch.py b/gbp/dch.py
index a15a6147..98294afa 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).