From 8ae8ed1c11cf1230328edf7d53ac4cfdc7ca72bc Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Wed, 7 Dec 2011 09:12:32 +0100 Subject: [PATCH] Debugger: Remove duplicate messages in debugger log Change-Id: I3ef833ac3550a59c5c5b3b5a5adda60a850863be Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> --- src/plugins/debugger/qml/qmlengine.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index f2b019da868..d9054312a25 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -201,8 +201,6 @@ void QmlEngine::connectionEstablished() { attemptBreakpointSynchronization(); - showMessage(tr("QML Debugger connected."), StatusBar); - if (!watchHandler()->watcherNames().isEmpty()) { synchronizeWatchers(); } @@ -215,7 +213,6 @@ void QmlEngine::connectionEstablished() void QmlEngine::beginConnection() { d->m_noDebugOutputTimer.stop(); - showMessage(tr("QML Debugger connecting..."), StatusBar); d->m_adapter.beginConnection(); } -- GitLab