summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-11 15:45:29 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-11 15:45:29 -0400
commitfa77ab85f152b6b8501cbee960839512a22c3bda (patch)
treeb2392c4b845b59bb974ce0fec1d073286ece3d11
parent49cadf47f3eeaee9da3fca55a321211456f86019 (diff)
disable debugging stuff by default
-rwxr-xr-xindra/newview/llmeshrepository.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index c2c373d07f..54f699e396 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1470,8 +1470,9 @@ LLSD LLMeshUploadThread::wholeModelToLLSD(bool include_textures)
}
result["asset_resources"] = res;
-
+#if 0
dumpLLSDToFile(result,std::string("whole_model.xml"));
+#endif
return result;
}