Skip to content

Commit ac74d23

Browse files
author
Theofilos Manitaras
committed
Remove stale pdb line
1 parent 321bad5 commit ac74d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reframe/frontend/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ def print_infoline(param, value):
770770
printer.debug('Loading user modules from command line')
771771
for m in site_config.get('general/0/user_modules'):
772772
try:
773-
import pdb; pdb.set_trace()
774773
rt.modules_system.load_module(**m, force=True)
775774
except errors.EnvironError as e:
776775
printer.warning(

0 commit comments

Comments
 (0)