diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-29 12:42:29 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-29 12:42:29 (GMT) |
commit | 3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2 (patch) | |
tree | 6237bbad35e4208dd5372cdb682e2545eff39617 /Lib/pdb.py | |
parent | 6f1070485f54469d7bf48df8306e398609340a07 (diff) | |
download | cpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.zip cpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.tar.gz cpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.tar.bz2 |
Remove the comment used while testing.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' |