summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:42:29 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-11-29 12:42:29 (GMT)
commit3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2 (patch)
tree6237bbad35e4208dd5372cdb682e2545eff39617 /Lib/pdb.py
parent6f1070485f54469d7bf48df8306e398609340a07 (diff)
downloadcpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.zip
cpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.tar.gz
cpython-3d0f388a6b7f10e1ff499c6b28c4b1b92c3e82f2.tar.bz2
Remove the comment used while testing.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py1
1 files changed, 0 insertions, 1 deletions
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'