mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Embarrassing: remove a debug print statement from set_break() for the
second time!
This commit is contained in:
parent
7281b3b779
commit
ca44236a1c
1 changed files with 0 additions and 1 deletions
|
|
@ -210,7 +210,6 @@ def set_break(self, filename, lineno, temporary=0, cond = None):
|
|||
if not lineno in list:
|
||||
list.append(lineno)
|
||||
bp = Breakpoint(filename, lineno, temporary, cond)
|
||||
print "Breakpoint in", filename, "at", lineno
|
||||
|
||||
def clear_break(self, filename, lineno):
|
||||
filename = self.canonic(filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue