remove one last debug log

This commit is contained in:
ZappoMan 2017-04-26 18:51:41 -07:00
parent c0df82ff69
commit 76902b15d3

View file

@ -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();
}