From 5a6faea21f6af9f74de7007949451e668515a4ca Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Fri, 1 Oct 2010 17:42:13 +0200
Subject: [PATCH] QmlJsInspector: Remove unconditional qDebug

---
 src/plugins/qmljsinspector/qmljsclientproxy.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.cpp b/src/plugins/qmljsinspector/qmljsclientproxy.cpp
index 2521c91a573..42f15c14d87 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) {
-- 
GitLab