summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-05-31 19:19:20 -0700
committerMerov Linden <merov@lindenlab.com>2014-05-31 19:19:20 -0700
commitfd426bafb6616491b8929ee357a5b2d40e123607 (patch)
tree90e00d74ed2adc403bf4ae8d5cc8b58edc18b867 /indra/newview/lllogchat.cpp
parentc77ef359c35bd1467a1d024486767ac560bc1e6a (diff)
DD-92 : Clear llinfos compilation warning and similar
Diffstat (limited to 'indra/newview/lllogchat.cpp')
-rwxr-xr-xindra/newview/lllogchat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp
index 06e517a861..0bfcea41b7 100755
--- a/indra/newview/lllogchat.cpp
+++ b/indra/newview/lllogchat.cpp
@@ -1022,7 +1022,6 @@ void LLLoadHistoryThread::run()
{
loadHistory(mFileName, mMessages, mLoadParams);
int count = mMessages->size();
- llinfos << "mMessages->size(): " << count << llendl;
setFinished();
}
}