From 4a6d1b38cc9caec9772e1333d0425c2f498c1c6a Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 21 Apr 2014 23:04:30 +0200 Subject: [PATCH] Remove some old nametag debugging code --- indra/newview/llvoavatar.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c4c530c2b8..5619b5d0ef 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3103,8 +3103,7 @@ void LLVOAvatar::idleUpdateNameTagText(BOOL new_name) { if (mClientTagData.has("name") && !mClientTagData["name"].asString().empty()) { - lldebugs << "ClientTag is set! mClientTag=" << mClientTagData["name"].asString() << llendl; - addNameTagLine(full_name+" (" + mClientTagData["name"].asString() + ")",name_tag_color,LLFontGL::NORMAL, LLFontGL::getFontSansSerif(), true); + addNameTagLine(full_name + " (" + mClientTagData["name"].asString() + ")", name_tag_color, LLFontGL::NORMAL, font, true); } else {