diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2a843e3ce..f3deab32e 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3266,7 +3266,7 @@ void LLVOAvatar::getClientInfo(std::string& client, LLColor4& color, BOOL useCom const LLTextureEntry* texentry = getTE(0); if(texentry->getGlow() > 0.0) { - llinfos << "Using new client identifier." << llendl; + ///llinfos << "Using new client identifier." << llendl; U8 tag_buffer[UUID_BYTES+1]; memset(&tag_buffer, 0, UUID_BYTES); memcpy(&tag_buffer[0], &texentry->getID().mData, UUID_BYTES);