diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-05-31 19:19:20 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-05-31 19:19:20 -0700 |
| commit | fd426bafb6616491b8929ee357a5b2d40e123607 (patch) | |
| tree | 90e00d74ed2adc403bf4ae8d5cc8b58edc18b867 /indra/newview/lllogchat.cpp | |
| parent | c77ef359c35bd1467a1d024486767ac560bc1e6a (diff) | |
DD-92 : Clear llinfos compilation warning and similar
Diffstat (limited to 'indra/newview/lllogchat.cpp')
| -rwxr-xr-x | indra/newview/lllogchat.cpp | 1 |
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(); } } |
