From 000312255527c155e3ff49d0a4f6b85b2c5ac0ab Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Fri, 17 Sep 2010 19:56:06 +0200 Subject: Ooops forgot to remove a debug printout :P --- linden/indra/newview/llimpanel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'linden') 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) separator = "/"; #endif std::string file = gDirUtilp->getPerAccountChatLogsDir() + separator + fullname + ".txt"; - llinfos << "File is: '" << file << "'" << llendl; llstat stat_info; if (LLFile::stat(file.c_str(), &stat_info)) -- cgit v1.1