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: {
valueVar = root.valueVarGetter();
}
Connections
{
target: obj;
onValueChanged: console.log('changed');
}
}
PropLabel {
id: valueLabel