Fixing an unecessary logging that was added during debug

This commit is contained in:
Sam Gateau 2019-06-06 12:29:22 -07:00
parent afdc323622
commit 55ff39edaf

View file

@ -30,14 +30,7 @@ PropItem {
Component.onCompleted: { Component.onCompleted: {
valueVar = root.valueVarGetter(); valueVar = root.valueVarGetter();
} }
Connections
{
target: obj;
onValueChanged: console.log('changed');
}
PropLabel { PropLabel {
id: valueLabel id: valueLabel