diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.cpp b/src/plugins/qmljsinspector/qmljsclientproxy.cpp index 2521c91a573ddfe0ee52d1e40cd49477dec806ec..42f15c14d8786d01c1a6439892c2e4477e6869d0 100644 --- a/src/plugins/qmljsinspector/qmljsclientproxy.cpp +++ b/src/plugins/qmljsinspector/qmljsclientproxy.cpp @@ -163,7 +163,6 @@ void ClientProxy::onCurrentObjectsChanged(const QList< int >& debugIds, bool req { QList<QDeclarativeDebugObjectReference> selectedItems; - qDebug() << __FUNCTION__ << debugIds; foreach (int debugId, debugIds) { QDeclarativeDebugObjectReference ref = objectReferenceForId(debugId); if (ref.debugId() != -1) {