]> granicus.if.org Git - python/commitdiff
Remove the comment used while testing.
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 12:42:29 +0000 (12:42 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 29 Nov 2010 12:42:29 +0000 (12:42 +0000)
Lib/pdb.py

index f5d8c2a08a572f7d518069be7f4ae14fcf6ff05f..da7aa1c085294928aac5e9d9cbe849eb7f1449ed 100755 (executable)
@@ -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'