From 0804ecb3551514d3321dfd4e3b17c3dab9693444 Mon Sep 17 00:00:00 2001 From: AlexanderP ProductEngine Date: Mon, 27 Aug 2012 17:41:37 +0300 Subject: removed debug messages --- indra/newview/llimconversation.cpp | 1 - 1 file changed, 1 deletion(-) 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())<("voice_call_btn")->setImageOverlay( callIsActive? getString("call_btn_stop") : getString("call_btn_start")); enableDisableCallBtn(); -- cgit v1.2.3