summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-17 13:24:41 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-17 13:24:41 -0800
commit2d25eb18adc0c2c97c63a8e02f2274362672137c (patch)
treeed26cd886fda804f10340f54dda8f10ef6582e42 /indra/newview/llfloaterimsessiontab.cpp
parent249b44d01ced4ba5bb8b8b9147d7836a7d492d5b (diff)
CHUI-479 : Clean up unecessary tracking code
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 22131eac49..c2c6e739e9 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -725,7 +725,6 @@ void LLFloaterIMSessionTab::onClose(bool app_quitting)
LLFloaterIMContainer* im_box = LLFloaterIMContainer::findInstance();
if (im_box)
{
- llinfos << "Merov debug : LLFloaterIMSessionTab::onClose, mKey = " << mKey << llendl;
im_box->removeConversationListItem(mKey);
}
}