Debugger: Remove duplicate messages in debugger log

Change-Id: I3ef833ac3550a59c5c5b3b5a5adda60a850863be
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2011-12-07 09:12:32 +01:00
parent 80d3ebedca
commit 8ae8ed1c11

View File

@@ -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();
}