aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-06-30 13:32:42 +0200
committerhjk <qtc-committer@nokia.com>2009-06-30 13:32:53 +0200
commit97bf24da6e7e83d702c317f5ec350f9210ec9c25 (patch)
tree44d7cca6b3227a56873a1bb1a226af6fa68e7d6f
parent11c1014649692b41ec7d43af2abec7bc5bc1e6b0 (diff)
debugger: remove debug message
-rw-r--r--src/plugins/debugger/gdb/gdbengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp
index ba6d2233cc..08c408d4f8 100644
--- a/src/plugins/debugger/gdb/gdbengine.cpp
+++ b/src/plugins/debugger/gdb/gdbengine.cpp
@@ -2858,7 +2858,7 @@ static void setWatchDataSAddress(WatchData &data, const GdbMi &mi)
void GdbEngine::setUseDebuggingHelpers(const QVariant &on)
{
- qDebug() << "SWITCHING ON/OFF DUMPER DEBUGGING:" << on;
+ //qDebug() << "SWITCHING ON/OFF DUMPER DEBUGGING:" << on;
// FIXME: a bit too harsh, but otherwise the treeview sometimes look funny
//m_expandedINames.clear();
setTokenBarrier();