QmlJsInspector: Remove unconditional qDebug

This commit is contained in:
Kai Koehne
2010-10-01 17:42:13 +02:00
parent 4cbbe9ca7b
commit 5a6faea21f

View File

@@ -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) {