From 15b0509c01dbeec6854f4a0a5965e900eda06de1 Mon Sep 17 00:00:00 2001
From: prep linden <prep@lindenlab.com>
Date: Wed, 16 Mar 2011 10:19:56 -0400
Subject: [PATCH] WIP:commented out pelvis offset log

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

diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 93e6c3aafc6..93e773d33bd 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1167,7 +1167,7 @@ bool LLMeshRepoThread::skinInfoReceived(const LLUUID& mesh_id, U8* data, S32 dat
 		{
 			info.mPelvisOffset = skin["pelvis_offset"].asReal();
 		}
-		llinfos<<"info pelvis offset"<<info.mPelvisOffset<<llendl;
+		//llinfos<<"info pelvis offset"<<info.mPelvisOffset<<llendl;
 		mSkinInfoQ.push(info);
 	}
 
-- 
GitLab