diff options
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index bc89af2eed..0a941403f2 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1702,8 +1702,6 @@ bool LLIMModel::logToFile(const std::string& file_name, const std::string& from, } else { - // will check KeepConversationLogTranscripts on its own - LLConversationLog::instance().cache(); return false; } } |