summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'