summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/bdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/bdb.py b/Lib/bdb.py
index b70fdad..abfb7de 100644
--- a/Lib/bdb.py
+++ b/Lib/bdb.py
@@ -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)