diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 93e6c3aafc638bdde18161f60bfe725b70f242b8..93e773d33bdf4e2703fbd00772240a27cde4b5da 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);
 	}