Commented out a spammy llinfos message.

This commit is contained in:
Shyotl
2013-03-30 01:26:30 -05:00
parent b07ab02f54
commit e2255f419d

View File

@@ -3252,7 +3252,7 @@ void LLVOAvatar::idleUpdateNameTagText(BOOL new_name)
line.replace(index, 2, firstnameText);
while ((index = line.find("%l")) != std::string::npos)
{
llinfos << "'" << line.substr(index) << "'" << llendl;
//llinfos << "'" << line.substr(index) << "'" << llendl;
if(lastnameText.empty() && line[index+2] == ' ') //Entire displayname string crammed into firstname
line.replace(index, 3, ""); //so eat the extra space.
else