mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Be less noisy.
This commit is contained in:
parent
4754615159
commit
327ecfe62c
1 changed files with 0 additions and 1 deletions
|
@ -602,7 +602,6 @@ void MyAvatar::saveData() {
|
|||
for (int i = 0; i < animationHandles.size(); i++) {
|
||||
settings.setArrayIndex(i);
|
||||
const AnimationHandlePointer& pointer = animationHandles.at(i);
|
||||
qCDebug(interfaceapp) << "Save animation" << pointer->getURL().toString();
|
||||
settings.setValue("role", pointer->getRole());
|
||||
settings.setValue("url", pointer->getURL());
|
||||
settings.setValue("fps", pointer->getFPS());
|
||||
|
|
Loading…
Reference in a new issue