removed debug messages
parent
14708a3ace
commit
0804ecb355
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue