forked from qt-creator/qt-creator
Debugger: Remove duplicate messages in debugger log
Change-Id: I3ef833ac3550a59c5c5b3b5a5adda60a850863be Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user