diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-08-22 10:13:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 10:13:50 -0700 |
commit | 31d0d6669c91eddb9f0a0f524db2aa54a30eb751 (patch) | |
tree | c49c73c61b42744b8b4e174120916d09ae719edb /indra/llappearance | |
parent | 1cc1872c76de0d5f5d6c04c4b510367f9f002d97 (diff) | |
parent | 1743fe92d6c6ed2615d3336ab86062fbe845c1be (diff) |
Merge pull request #2396 from secondlife/v-2391
secondlife/viewer#2391: Remove avatar rigging logging due to load time impact
Diffstat (limited to 'indra/llappearance')
-rw-r--r-- | indra/llappearance/llpolyskeletaldistortion.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llappearance/llpolyskeletaldistortion.cpp b/indra/llappearance/llpolyskeletaldistortion.cpp index 18c64282f1..7d62bb3a04 100644 --- a/indra/llappearance/llpolyskeletaldistortion.cpp +++ b/indra/llappearance/llpolyskeletaldistortion.cpp @@ -34,7 +34,6 @@ #include "llpolymorph.h" #include "llwearable.h" #include "llfasttimer.h" -#include "llcallstack.h" #include "llpolyskeletaldistortion.h" @@ -204,11 +203,6 @@ void LLPolySkeletalDistortion::apply( ESex avatar_sex ) // needed? // joint->storeScaleForReset( newScale ); - // BENTO for detailed stack tracing of params. - std::stringstream ostr; - ostr << "LLPolySkeletalDistortion::apply, id " << getID() << " " << getName() << " effective wt " << effective_weight << " last wt " << mLastWeight << " scaleDelta " << scaleDelta << " offset " << offset; - LLScopedContextString str(ostr.str()); - joint->setScale(newScale, true); } |