summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-13 11:37:55 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-13 11:37:55 -0400
commit34d016ac476354c1313da6a0b5e07ee764343f8e (patch)
tree631ae25c9d4cf9e6f9fbb59935779366d4b3e3fd /indra/newview/llmeshrepository.cpp
parent4046e0801ba4f7a01311de06b110177630ea6e04 (diff)
removed some XML logging
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
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