Embarrassing: remove a debug print statement from set_break() for the

second time!
This commit is contained in:
Guido van Rossum 1999-01-29 22:39:32 +00:00
parent 7281b3b779
commit ca44236a1c
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ class Bdb:
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)