forked from qt-creator/qt-creator
QmlJsInspector: Remove unconditional qDebug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user