From b162d829d854a1e12e632098e5061cfaab794f5a Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sat, 19 Mar 2022 16:43:56 -0400 Subject: [PATCH] Remove viewer stats cap warning and allow missing --- indra/newview/llviewerstats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 19eb6b3ae7b..de8a6ad9226 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -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; } -- GitLab