Skip to content

Commit 596903a

Browse files
committed
Remove pdb invocation.
1 parent 3c7c358 commit 596903a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/admin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ def do_genconfig(self, args, update=False):
803803
Generate a new tracker config file (ini style) with default
804804
values in <filename>.
805805
"""
806-
import pdb; pdb.set_trace()
807806
if len(args) < 1:
808807
raise UsageError(_('Not enough arguments supplied'))
809808

0 commit comments

Comments
 (0)