diff options
-rw-r--r-- | indra/newview/llimconversation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp index 2212673d3a..1f4522a96c 100644 --- a/indra/newview/llimconversation.cpp +++ b/indra/newview/llimconversation.cpp @@ -366,7 +366,6 @@ void LLIMConversation::processChatHistoryStyleUpdate() void LLIMConversation::updateCallBtnState(bool callIsActive) { -llwarns<<(this->getName())<<llendl; getChild<LLButton>("voice_call_btn")->setImageOverlay( callIsActive? getString("call_btn_stop") : getString("call_btn_start")); enableDisableCallBtn(); |