projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f10704
)
Remove the comment used while testing.
author
Senthil Kumaran
<orsenthil@gmail.com>
Mon, 29 Nov 2010 12:42:29 +0000
(12:42 +0000)
committer
Senthil Kumaran
<orsenthil@gmail.com>
Mon, 29 Nov 2010 12:42:29 +0000
(12:42 +0000)
Lib/pdb.py
patch
|
blob
|
history
diff --git
a/Lib/pdb.py
b/Lib/pdb.py
index f5d8c2a08a572f7d518069be7f4ae14fcf6ff05f..da7aa1c085294928aac5e9d9cbe849eb7f1449ed 100755
(executable)
--- 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'