summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-11-11 23:33:41 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-11-11 23:33:41 +0000
commit28cefb3a37f8b6a626b963c8264bc24fdb47c096 (patch)
tree310dd0ea7a7e86dece6ca83e76f9eb3f2cb16e9b /indra
parentfd206839101d34737687a35ef491dc1f1ce6a787 (diff)
SL-16355 - spammy message removed
Diffstat (limited to 'indra')
-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;