Skip to content
Snippets Groups Projects
Commit ed80e177 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Make experiences not spam log

parent dd388769
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ void LLExperienceCache::requestExperiences() ...@@ -318,7 +318,7 @@ void LLExperienceCache::requestExperiences()
std::string urlBase = mCapability("GetExperienceInfo"); std::string urlBase = mCapability("GetExperienceInfo");
if (urlBase.empty()) if (urlBase.empty())
{ {
LL_WARNS("ExperienceCache") << "No Experience capability." << LL_ENDL; //LL_WARNS("ExperienceCache") << "No Experience capability." << LL_ENDL;
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment