mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
remove one last debug log
This commit is contained in:
parent
c0df82ff69
commit
76902b15d3
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ void AvatarMixer::manageDisplayName(const SharedNodePointer& node) {
|
|||
soFar.second++; // refcount
|
||||
nodeData->flagIdentityChange();
|
||||
nodeData->setAvatarSessionDisplayNameMustChange(false);
|
||||
|
||||
qCDebug(avatars) << __FUNCTION__ << "about to call sendIdentityPacket()";
|
||||
sendIdentityPacket(nodeData, node); // Tell node whose name changed about its new session display name.
|
||||
qCDebug(avatars) << "Giving session display name" << sessionDisplayName << "to node with ID" << node->getUUID();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue