diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-11-08 19:11:19 +0200 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2025-03-05 13:36:40 +0200 | 
| commit | 8520ca966f56a63c656261f6f1d132f32f1c2f7c (patch) | |
| tree | 9868b4171cbaf5bc6f556c215e9ee267fd012439 /indra | |
| parent | 2f61475d98ce45c86880a8f80f02e70fdee2ccc5 (diff) | |
#3052 remove pointless logging when group notice is received
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 8 | 
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 | 
