diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-13 11:37:55 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-05-13 11:37:55 -0400 |
commit | 34d016ac476354c1313da6a0b5e07ee764343f8e (patch) | |
tree | 631ae25c9d4cf9e6f9fbb59935779366d4b3e3fd | |
parent | 4046e0801ba4f7a01311de06b110177630ea6e04 (diff) |
removed some XML logging
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 1544a0d542..2ebe6cf6bd 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1477,7 +1477,7 @@ void LLMeshUploadThread::wholeModelToLLSD(LLSD& dest, bool include_textures) } result["asset_resources"] = res; -#if 1 +#if 0 dumpLLSDToFile(result,std::string("whole_model.xml")); #endif |