diff options
author | Aura Linden <aura@lindenlab.com> | 2012-11-30 00:46:02 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-11-30 00:46:02 -0800 |
commit | 9085dc3e84b66e9f3802ebaf23dedb5891c39065 (patch) | |
tree | 474b0fcadea6e4a0da86b39262472887c88ea59c /indra/llvfs | |
parent | 1149c94c5b5008f6c076ce4b072f54e48c4783ae (diff) |
Removed logging.
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/lldir.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index bd5ce4acac..32d081d552 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -431,7 +431,6 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd llassert(0); } - llinfos << "SPATTERS got " << prefix << " for location " << location << llendl; std::string filename = in_filename; if (!subdir2.empty()) { @@ -472,7 +471,7 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd expanded_filename.assign(""); } - llinfos << "*** EXPANDED FILENAME: <" << expanded_filename << ">" << llendl; + //llinfos << "*** EXPANDED FILENAME: <" << expanded_filename << ">" << llendl; return expanded_filename; } |