From 00f278568230c9cf3a438e9026dc3c387d8ac134 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Mon, 15 Mar 2010 14:11:25 -0400 Subject: EXT-6010 apperance reverts to an old outfit while attempting to wear new outfit Removing log spam before pushing to main branch. change is de minimis. -Nyx --- indra/newview/llwearable.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llwearable.cpp b/indra/newview/llwearable.cpp index e7eda76433..3334c17a8f 100644 --- a/indra/newview/llwearable.cpp +++ b/indra/newview/llwearable.cpp @@ -69,7 +69,6 @@ public: composite_enabled[index] = mAvatar->isCompositeUpdateEnabled(index); } mAvatar->setCompositeUpdatesEnabled(temp_state); - llinfos << "suprress baked texture update initialized to " << temp_state << llendl; } ~LLOverrideBakedTextureUpdate() @@ -79,7 +78,6 @@ public: { mAvatar->setCompositeUpdatesEnabled(index, composite_enabled[index]); } - llinfos << "suppress baked texture update reverted " << llendl; } private: -- cgit v1.2.3