diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-27 17:41:37 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-08-27 17:41:37 +0300 |
commit | 0804ecb3551514d3321dfd4e3b17c3dab9693444 (patch) | |
tree | 71bbbd6bf62930e171a600278084a4b419717672 /indra | |
parent | 14708a3ace184b0654ca7923732be6e06962d583 (diff) |
removed debug messages
Diffstat (limited to 'indra')
-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(); |