mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +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: {
|
||||
valueVar = root.valueVarGetter();
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: obj;
|
||||
onValueChanged: console.log('changed');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
PropLabel {
|
||||
id: valueLabel
|
||||
|
|
Loading…
Reference in a new issue