diff options
author | elektrahesse | 2010-09-17 19:56:06 +0200 |
---|---|---|
committer | elektrahesse | 2010-09-17 19:56:06 +0200 |
commit | 000312255527c155e3ff49d0a4f6b85b2c5ac0ab (patch) | |
tree | 12d797b2f757abdac170752caeee887d7fe41325 /linden/indra/newview/llimpanel.cpp | |
parent | Fixed path separators for im history so it's multiplatform now (diff) | |
download | meta-impy-000312255527c155e3ff49d0a4f6b85b2c5ac0ab.zip meta-impy-000312255527c155e3ff49d0a4f6b85b2c5ac0ab.tar.gz meta-impy-000312255527c155e3ff49d0a4f6b85b2c5ac0ab.tar.bz2 meta-impy-000312255527c155e3ff49d0a4f6b85b2c5ac0ab.tar.xz |
Ooops forgot to remove a debug printout :P
Diffstat (limited to '')
-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)) |