From: Senthil Kumaran Date: Mon, 29 Nov 2010 12:42:29 +0000 (+0000) Subject: Remove the comment used while testing. X-Git-Tag: v3.2b1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2;p=python Remove the comment used while testing. --- diff --git a/Lib/pdb.py b/Lib/pdb.py index f5d8c2a08a..da7aa1c085 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -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'