From 76902b15d3f3f9cd2087f0b1a7035bbd18bb6651 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Wed, 26 Apr 2017 18:51:41 -0700 Subject: [PATCH] remove one last debug log --- assignment-client/src/avatars/AvatarMixer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/assignment-client/src/avatars/AvatarMixer.cpp b/assignment-client/src/avatars/AvatarMixer.cpp index a54c418cc3..05dbfee912 100644 --- a/assignment-client/src/avatars/AvatarMixer.cpp +++ b/assignment-client/src/avatars/AvatarMixer.cpp @@ -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(); }