From fa77ab85f152b6b8501cbee960839512a22c3bda Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Wed, 11 May 2011 15:45:29 -0400
Subject: [PATCH] disable debugging stuff by default

---
 indra/newview/llmeshrepository.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index c2c373d07f0..54f699e3964 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;
 }
-- 
GitLab