QmlJSDebugger: Remove confusing status messages

Clean up status messages logged in the debugger log.
This commit is contained in:
Kai Koehne
2010-12-16 16:31:10 +01:00
parent 7771518d59
commit d6bc3a2822
2 changed files with 0 additions and 6 deletions

View File

@@ -70,9 +70,6 @@ void ClientProxy::connectToServer()
{
m_observerClient = new QmlJSObserverClient(m_adapter->connection(), this);
m_adapter->logServiceStatusChange(m_observerClient->name(), m_observerClient->status());
connect(m_observerClient, SIGNAL(connectedStatusChanged(QDeclarativeDebugClient::Status)),
this, SLOT(clientStatusChanged(QDeclarativeDebugClient::Status)));
connect(m_observerClient, SIGNAL(currentObjectsChanged(QList<int>)),