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

Remove viewer stats cap warning and allow missing

parent 84d6e3ed
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@ void send_viewer_stats(bool include_preferences)
std::string url = gAgent.getRegion()->getCapability("ViewerStats");
if (url.empty()) {
LL_WARNS() << "Could not get ViewerStats capability" << LL_ENDL;
//LL_WARNS() << "Could not get ViewerStats capability" << LL_ENDL;
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