summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-11-08 19:11:19 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2025-03-05 13:36:40 +0200
commit8520ca966f56a63c656261f6f1d132f32f1c2f7c (patch)
tree9868b4171cbaf5bc6f556c215e9ee267fd012439
parent2f61475d98ce45c86880a8f80f02e70fdee2ccc5 (diff)
#3052 remove pointless logging when group notice is received
-rw-r--r--indra/newview/llimprocessing.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp
index 590cd09a31..4e8bcc4f7a 100644
--- a/indra/newview/llimprocessing.cpp
+++ b/indra/newview/llimprocessing.cpp
@@ -650,14 +650,6 @@ void LLIMProcessing::processNewMessage(LLUUID from_id,
asset_type = (LLAssetType::EType)(atoi((*(iter++)).c_str()));
iter++; // wearable type if applicable, otherwise asset type
item_name = std::string((*(iter++)).c_str());
- // Note There is more elements in 'tokens' ...
-
-
- for (int i = 0; i < 6; i++)
- {
- LL_WARNS() << *(iter++) << LL_ENDL;
- iter++;
- }
}
}
else