diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-11-08 19:11:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 19:11:19 +0200 |
commit | 30ca4f02f503248212f7d1301ae2ff1835cf79bd (patch) | |
tree | 6f7960bf5e1cfe17e3822f0739a8528f64841996 /indra | |
parent | a068928c374f7918682d069b284588af464ec43d (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 e050fb77e0..4c02511268 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -684,14 +684,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 |