diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 743da8671..d933b9a46 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -1337,8 +1337,6 @@ void LLPanelAvatar::setAvatarID(const LLUUID &avatar_id) view->setEnabled(false); getChildView("Log")->setVisible(!own_avatar); - getChild("avatar_key")->setText(avatar_id.asString()); - bool is_god = gAgent.isGodlike(); view = getChildView("Kick"); view->setVisible(is_god);