From 3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 29 Nov 2010 12:42:29 +0000 Subject: Remove the comment used while testing. --- Lib/pdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/pdb.py b/Lib/pdb.py index f5d8c2a..da7aa1c 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' -- cgit v0.12