mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 23:44:09 +02:00
remove avatar entity data debug
This commit is contained in:
parent
e3c3831efa
commit
bfa5df778d
1 changed files with 0 additions and 2 deletions
|
@ -2370,8 +2370,6 @@ void AvatarData::setAvatarEntityData(const AvatarEntityMap& avatarEntityData) {
|
|||
_avatarEntityData = avatarEntityData;
|
||||
setAvatarEntityDataChanged(true);
|
||||
|
||||
qDebug() << "Current avatar entity data is" << _avatarEntityData.keys();
|
||||
|
||||
foreach (auto entityID, previousAvatarEntityIDs) {
|
||||
if (!_avatarEntityData.contains(entityID)) {
|
||||
_avatarEntityDetached.insert(entityID);
|
||||
|
|
Loading…
Reference in a new issue