mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +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
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue