diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-03-06 12:29:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 12:29:59 -0500 |
commit | 2f031e03d659eb0f1110d5ccec936767428eb3f5 (patch) | |
tree | 4e61fdce618ca87066d8ff606c396ddc3902e80d /indra/newview/llimprocessing.cpp | |
parent | 616547993a6ad3135987d75eca9f753438984985 (diff) | |
parent | 2dfa996db79fe1ceeea7fa33d96642e24b06aa65 (diff) |
Merge pull request #3657 from secondlife/maxim/2025.03-develop-fixes
Cherry-picking develop fixes into 2025.03
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
-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 |