From 95b0f52c1a5565d453eae2e3f54dee0a6d54b105 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@digia.com>
Date: Tue, 20 May 2014 13:00:44 +0200
Subject: [PATCH] QmlDesigner: Remove qDebug

Change-Id: I11dfccf77ba413f602edfe16e384c47c68081be5
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
---
 .../qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp b/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
index d18e5b1f837..776e6c00d20 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/qmlmodelnodeproxy.cpp
@@ -40,7 +40,6 @@ QmlModelNodeProxy::QmlModelNodeProxy(QObject *parent) :
 
 void QmlModelNodeProxy::setup(const QmlItemNode &itemNode)
 {
-    qDebug() << "QmlModelNodeProxy::setup";
     m_qmlItemNode = itemNode;
 
     emit selectionChanged();
-- 
GitLab