diff options
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index 3080a9e..808a2c9 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1882,7 +1882,6 @@ void LLFloaterIMPanel::onCommitCombo(LLUICtrl* caller, void* userdata) | |||
1882 | separator = "/"; | 1882 | separator = "/"; |
1883 | #endif | 1883 | #endif |
1884 | std::string file = gDirUtilp->getPerAccountChatLogsDir() + separator + fullname + ".txt"; | 1884 | std::string file = gDirUtilp->getPerAccountChatLogsDir() + separator + fullname + ".txt"; |
1885 | llinfos << "File is: '" << file << "'" << llendl; | ||
1886 | 1885 | ||
1887 | llstat stat_info; | 1886 | llstat stat_info; |
1888 | if (LLFile::stat(file.c_str(), &stat_info)) | 1887 | if (LLFile::stat(file.c_str(), &stat_info)) |