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