summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-30 14:34:23 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-30 14:34:23 -0800
commiteab0ec402e7ea1eb151408b913c6f4e14c9c8cbe (patch)
treee52a7056cf7a0e34bc0ceb4f93a416a4ed5767d3 /indra
parent47a1a0468156153155f5e9b6c720b9b6cb62c263 (diff)
CHUI-570 : Delete a stray debug comment log.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimsession.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp
index 0162b0ecd0..212b0df712 100644
--- a/indra/newview/llfloaterimsession.cpp
+++ b/indra/newview/llfloaterimsession.cpp
@@ -509,7 +509,6 @@ void LLFloaterIMSession::updateSessionName(const std::string& name)
mTypingStart.setArg("[NAME]", name);
setTitle (mOtherTyping ? mTypingStart.getString() : name);
}
- llinfos << "Merov debug : updateSessionName, title = " << name << ", typing title = " << mTypingStart.getString() << llendl;
}
//static