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/llprimitive | |
parent | e5fd6854aedb620825ffcd079c5bb3aa1c90b134 (diff) |
Remove or suppress left over debug messages in hot paths (#2392)
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/llprimitive.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llprimitive/llprimitive.cpp b/indra/llprimitive/llprimitive.cpp index 644476460c..c5d6076b98 100644 --- a/indra/llprimitive/llprimitive.cpp +++ b/indra/llprimitive/llprimitive.cpp @@ -1126,8 +1126,6 @@ namespace { const size_t size(sizeof(T)); - LL_DEBUGS("TEXTUREENTRY") << "Request to read items of size " << size << " with swizzle " << type << " froum buffer sized " << (source_end - source) << LL_ENDL; - if ((source + size + 1) > source_end) { // we add 1 above to take into account the byte that we know must follow the value. |