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

@ -32,13 +32,6 @@ PropItem {
valueVar = root.valueVarGetter();
}
Connections
{
target: obj;
onValueChanged: console.log('changed');
}
PropLabel {
id: valueLabel
enabled: root.showValue