diff options
author | Teravus Ovares | 2008-02-13 08:37:50 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-13 08:37:50 +0000 |
commit | c1044039d49d51b39005762aa138346b78a0b390 (patch) | |
tree | 9c32f4974e9ce3994d372e03b20259f3ca1f8577 /OpenSim/Region/Environment | |
parent | * Made physical prim stable enough for the general population to turn on. (th... (diff) | |
download | opensim-SC_OLD-c1044039d49d51b39005762aa138346b78a0b390.zip opensim-SC_OLD-c1044039d49d51b39005762aa138346b78a0b390.tar.gz opensim-SC_OLD-c1044039d49d51b39005762aa138346b78a0b390.tar.bz2 opensim-SC_OLD-c1044039d49d51b39005762aa138346b78a0b390.tar.xz |
* Removed a debug line that got called every frame.
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index dbb4be0..5e5f98c 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -737,7 +737,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
737 | m_statsReporter.addOtherMS(otherMS); | 737 | m_statsReporter.addOtherMS(otherMS); |
738 | m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts()); | 738 | m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts()); |
739 | m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS()); | 739 | m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS()); |
740 | m_log.Warn(physicsMS); | 740 | |
741 | } | 741 | } |
742 | catch (NotImplementedException) | 742 | catch (NotImplementedException) |
743 | { | 743 | { |