Skip to content

Commit b334b94

Browse files
committed
fix: remove pdb invocation left from testing.
1 parent de0130b commit b334b94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/scripts/roundup_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def usage(home, cli, msg=''):
4646

4747

4848
def ask_for_template(default_template, templates):
49-
import pdb; pdb.set_trace()
5049
template = my_input(
5150
_('Enter tracker template to use (one of (%(template_list)s)) [%(default_template)s]: ') %
5251
{'template_list': ','.join(templates),

0 commit comments

Comments
 (0)