diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-22 00:43:50 -0400 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-08-26 16:32:22 -0700 |
commit | ef916bd3ae39fb6fd718428aa2a695bbea891940 (patch) | |
tree | 77c2d5ffb3f43f5049ced20f9d4d65d4d4b09a85 /indra/newview/llspatialpartition.cpp | |
parent | e5fd6854aedb620825ffcd079c5bb3aa1c90b134 (diff) |
Remove or suppress left over debug messages in hot paths (#2392)
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index b1f80e48af..8ae6073a53 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -755,14 +755,6 @@ bool LLSpatialGroup::changeLOD() if (fabsf(ratio) >= getSpatialPartition()->mSlopRatio) { - LL_DEBUGS("RiggedBox") << "changeLOD true because of ratio compare " - << fabsf(ratio) << " " << getSpatialPartition()->mSlopRatio << LL_ENDL; - LL_DEBUGS("RiggedBox") << "sg " << this << "\nmDistance " << mDistance - << " mLastUpdateDistance " << mLastUpdateDistance - << " mRadius " << mRadius - << " fab ratio " << fabsf(ratio) - << " slop " << getSpatialPartition()->mSlopRatio << LL_ENDL; - return true; } } |