mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 14:46:40 +02:00
remove extraneous log
This commit is contained in:
parent
3b7d1cb6cf
commit
2b5ecd6b5f
1 changed files with 0 additions and 1 deletions
|
@ -534,7 +534,6 @@ Item {
|
|||
value = Users.getAvatarGain(uuid);
|
||||
}
|
||||
onValueChanged: {
|
||||
console.log("onValueChanged:" + uuid + ", value="+value);
|
||||
updateGainFromQML(uuid, value, false);
|
||||
}
|
||||
onPressedChanged: {
|
||||
|
|
Loading…
Reference in a new issue