From 55ff39edaf839329669b6d7d9ee1e72fbc23e679 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Thu, 6 Jun 2019 12:29:22 -0700 Subject: [PATCH] Fixing an unecessary logging that was added during debug --- scripts/developer/utilities/lib/prop/PropScalar.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/developer/utilities/lib/prop/PropScalar.qml b/scripts/developer/utilities/lib/prop/PropScalar.qml index 41915bb68b..33e1bfc958 100644 --- a/scripts/developer/utilities/lib/prop/PropScalar.qml +++ b/scripts/developer/utilities/lib/prop/PropScalar.qml @@ -30,14 +30,7 @@ PropItem { Component.onCompleted: { valueVar = root.valueVarGetter(); - } - - Connections - { - target: obj; - onValueChanged: console.log('changed'); - } - + } PropLabel { id: valueLabel