summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llwearable.cpp2
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: