diff --git a/indra/newview/fsconsoleutils.cpp b/indra/newview/fsconsoleutils.cpp index 97cfa3232e..5d7d0dfd8b 100644 --- a/indra/newview/fsconsoleutils.cpp +++ b/indra/newview/fsconsoleutils.cpp @@ -261,11 +261,6 @@ void FSConsoleUtils::onProccessInstantMessageNameLookup(const LLUUID& agent_id, senderName = av_name.getUserNameForDisplay(); } - if (rlv_handler_t::isEnabled() && gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) - { - senderName = RlvStrings::getAnonym(senderName); - } - // Replacing the "IM" in front of group chat messages with the actual group name if (!group.empty()) {