From ac96c3fb41bf6269510346585c8b2e70d938c233 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 23 Jul 2021 03:13:10 +0100 Subject: [PATCH] future code did get in, take out --- OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs index 6ada566f3b..0a1d937164 100755 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs @@ -366,7 +366,6 @@ namespace OpenSim.Region.Framework.Scenes SceneGraph SG = m_scene.SceneGraph; m_activeScripts = SG.GetActiveScriptsCount(); m_scriptLinesPerSecond = SG.GetScriptLPS(); - float scriptTimeMS = m_scene.GetAndResetScriptExecutionTime() * perframefactor; newvalues[(int)StatsIndex.TimeDilation] = (Single.IsNaN(timeDilation)) ? 0.0f : (float)Math.Round(timeDilation, 3); newvalues[(int)StatsIndex.SimFPS] = (float)Math.Round(reportedFPS, 1);