summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-11-11 23:33:41 +0000
committerNat Goodspeed <nat@lindenlab.com>2021-11-19 14:43:19 -0500
commit0d4c6ee5721f554313a1701575c533b038764895 (patch)
treebed1dc15f205f8b6ae86c1ba00c9e76d5e67e690
parentca4fb96e1dfb5c372fe6f0951db7e14266db538e (diff)
SL-16355 - spammy message removed
-rw-r--r--indra/newview/llviewerstats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index ac8a657fb2..1fda2fb20e 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -266,7 +266,6 @@ void LLViewerStats::updateFrameStats(const F64Seconds time_diff)
// old stats that were never really used
F64Seconds jit = (F64Seconds) std::fabs((mLastTimeDiff - time_diff));
- LL_INFOS() << "times " << mLastTimeDiff << ", " << time_diff << " jit " << jit << LL_ENDL;
sample(LLStatViewer::FRAMETIME_JITTER, jit);
F32Seconds average_frametime = gRenderStartTime.getElapsedTimeF32() / (F32)gFrameCount;