mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
Fixing an unecessary logging that was added during debug
This commit is contained in:
parent
afdc323622
commit
55ff39edaf
1 changed files with 1 additions and 8 deletions
|
@ -32,13 +32,6 @@ PropItem {
|
||||||
valueVar = root.valueVarGetter();
|
valueVar = root.valueVarGetter();
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: obj;
|
|
||||||
onValueChanged: console.log('changed');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
PropLabel {
|
PropLabel {
|
||||||
id: valueLabel
|
id: valueLabel
|
||||||
enabled: root.showValue
|
enabled: root.showValue
|
||||||
|
|
Loading…
Reference in a new issue