summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/debugger/gdbbridge.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/qtcreator/debugger/gdbbridge.py b/share/qtcreator/debugger/gdbbridge.py
index 00c6095d97..5f1781e84d 100644
--- a/share/qtcreator/debugger/gdbbridge.py
+++ b/share/qtcreator/debugger/gdbbridge.py
@@ -1793,10 +1793,8 @@ registerCommand("pp", pp)
# Global instance.
if gdb.parameter('height') is None:
- print("Using MI")
theDumper = Dumper()
else:
- print("Using CLI")
import codecs
theDumper = CliDumper()