Skip to content
Snippets Groups Projects
Commit 8ae8ed1c authored by Kai Koehne's avatar Kai Koehne
Browse files

Debugger: Remove duplicate messages in debugger log


Change-Id: I3ef833ac3550a59c5c5b3b5a5adda60a850863be
Reviewed-by: default avatarAurindam Jana <aurindam.jana@nokia.com>
parent 80d3ebed
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment