diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 13:52:59 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 13:52:59 -0400 |
commit | aa5e494e0cf1242dcd35725576667ab1a935363a (patch) | |
tree | 5d2876bc5adf42d74ddd099c6f0a608e5455ec90 /indra/newview/llappviewer.cpp | |
parent | 70a13fb3227469179ef388d95879667361ef5c03 (diff) |
For EXT-6809 - fixes suggested by Nyx code review
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c23ccfa4fb..d6f2440ede 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3243,11 +3243,11 @@ bool LLAppViewer::initCache() { LLVFile::initClass(); - llinfos << "Static VFS listing" << llendl; - gStaticVFS->listFiles(); + //llinfos << "Static VFS listing" << llendl; + //gStaticVFS->listFiles(); - llinfos << "regular VFS listing" << llendl; - gVFS->listFiles(); + //llinfos << "regular VFS listing" << llendl; + //gVFS->listFiles(); return true; } |