diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-22 00:43:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 07:43:50 +0300 |
commit | 8fef55b3b22678729d7dbd07933c0600ec7f4db8 (patch) | |
tree | 589449022a83692313ca92becacbd47fa588cc93 /indra/llprimitive/llprimitive.cpp | |
parent | 0e59ed204fdf84c5323837e5c91cfa7da0a9e89b (diff) |
Remove or suppress left over debug messages in hot paths (#2392)
Diffstat (limited to 'indra/llprimitive/llprimitive.cpp')
-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. |