removed debug messages

master
AlexanderP ProductEngine 2012-08-27 17:41:37 +03:00
parent 14708a3ace
commit 0804ecb355
1 changed files with 0 additions and 1 deletions

View File

@ -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();