Remove the comment used while testing.
This commit is contained in:
parent
6f1070485f
commit
3d0f388a6b
|
@ -775,7 +775,6 @@ class Pdb(bdb.Bdb, cmd.Cmd):
|
|||
self.error(err)
|
||||
else:
|
||||
self.clear_bpbynumber(i)
|
||||
#self.clear_break(bp.file, bp.line)
|
||||
self.message('Deleted %s' % bp)
|
||||
do_cl = do_clear # 'c' is already an abbreviation for 'continue'
|
||||
|
||||
|
|
Loading…
Reference in New Issue