removed a print and added another
[pygdb.git] / GdbTerminal.py
index 3656701e5619e383a8e1a2d776ca4a2854235a4e..4fb4a35b8dd8c2494f76a759a6fbcbeb0cb626f9 100755 (executable)
@@ -66,8 +66,6 @@ class GdbTerminal (DbgTerminal.DbgTerminal):
                rx = re.compile("^Breakpoint |^No|^\(gdb\) ")
                his, response = self.waitForRx(rx, his)
 
-               print his, response
-
                if response[0:10] == "Breakpoint":
                        return string.split(response)[1].strip()
                if response[0:5] == "(gdb)":