Remove the comment used while testing.

This commit is contained in:
Senthil Kumaran 2010-11-29 12:42:29 +00:00
parent 6f1070485f
commit 3d0f388a6b
1 changed files with 0 additions and 1 deletions

View File

@ -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'