#3052 remove pointless logging when group notice is received

master
Maxim Nikolenko 2024-11-08 19:11:19 +02:00 committed by Mnikolenko Productengine
parent 2f61475d98
commit 8520ca966f
1 changed files with 0 additions and 8 deletions

View File

@ -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