summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-08-22 10:13:50 -0700
committerGitHub <noreply@github.com>2024-08-22 10:13:50 -0700
commit31d0d6669c91eddb9f0a0f524db2aa54a30eb751 (patch)
treec49c73c61b42744b8b4e174120916d09ae719edb /indra/newview/llvovolume.cpp
parent1cc1872c76de0d5f5d6c04c4b510367f9f002d97 (diff)
parent1743fe92d6c6ed2615d3336ab86062fbe845c1be (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/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 65ed34d1ff..dcaf85b894 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -85,7 +85,6 @@
#include "llanimationstates.h"
#include "llinventorytype.h"
#include "llviewerinventory.h"
-#include "llcallstack.h"
#include "llsculptidsize.h"
#include "llavatarappearancedefines.h"
#include "llgltfmateriallist.h"
@@ -357,7 +356,6 @@ U32 LLVOVolume::processUpdateMessage(LLMessageSystem *mesgsys,
sculpt_type = sculpt_params->getSculptType();
LL_DEBUGS("ObjectUpdate") << "uuid " << mID << " set sculpt_id " << sculpt_id << LL_ENDL;
- dumpStack("ObjectUpdateStack");
}
if (!dp)