Commit ca44236a authored by Guido van Rossum's avatar Guido van Rossum

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

second time!
parent 7281b3b7
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment