diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-03-15 14:11:25 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-03-15 14:11:25 -0400 |
commit | 00f278568230c9cf3a438e9026dc3c387d8ac134 (patch) | |
tree | 3950c5530c983db644b3c24f2e45be9f297064e6 /indra/newview/llwearable.cpp | |
parent | 8fa640cfe2967f0a5be5ea09d954a012f0924f62 (diff) |
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
Diffstat (limited to 'indra/newview/llwearable.cpp')
-rw-r--r-- | indra/newview/llwearable.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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: |