summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-29 16:59:53 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-29 16:59:53 -0700
commit480c3a1acb32e98d0d64aaf7bb70e4d61e6882f6 (patch)
tree00e362ef88c2ac610c1a338bbfcb9992392fc91a /indra/newview/llimfloatercontainer.cpp
parent09282019ef4d068fe95a94931bf341d8e84f29ea (diff)
CHUI-469 : Fixed. Add the widget to its map, init the widget map consistently and correctly.
Diffstat (limited to 'indra/newview/llimfloatercontainer.cpp')
-rw-r--r--indra/newview/llimfloatercontainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp
index 89dfd2e149..297db96c83 100644
--- a/indra/newview/llimfloatercontainer.cpp
+++ b/indra/newview/llimfloatercontainer.cpp
@@ -129,7 +129,6 @@ void LLIMFloaterContainer::onCurrentChannelChanged(const LLUUID& session_id)
{
if (session_id != LLUUID::null)
{
- llinfos << "Merov debug : onCurrentChannelChanged, LLIMFloater::show, id = " << session_id << llendl;
LLIMFloater::show(session_id);
}
}