diff options
author | Justin Clark-Casey (justincc) | 2011-07-31 03:41:35 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-31 03:41:35 +0100 |
commit | b757583662e75380d70e7462a3b0f6a6d6732a02 (patch) | |
tree | 817811cc20edd4569cb1b48d660a511bade3935e /OpenSim/Region | |
parent | refactor: split out ninja joint part of SOP.DoPhysicsPropertyUpdate() so that... (diff) | |
download | opensim-SC_OLD-b757583662e75380d70e7462a3b0f6a6d6732a02.zip opensim-SC_OLD-b757583662e75380d70e7462a3b0f6a6d6732a02.tar.gz opensim-SC_OLD-b757583662e75380d70e7462a3b0f6a6d6732a02.tar.bz2 opensim-SC_OLD-b757583662e75380d70e7462a3b0f6a6d6732a02.tar.xz |
Comment out SOP logging message I accidentally left in
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 7c9636a..90ad34e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4714,7 +4714,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4714 | /// </remarks> | 4714 | /// </remarks> |
4715 | public void CheckSculptAndLoad() | 4715 | public void CheckSculptAndLoad() |
4716 | { | 4716 | { |
4717 | m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId); | 4717 | // m_log.DebugFormat("Processing CheckSculptAndLoad for {0} {1}", Name, LocalId); |
4718 | 4718 | ||
4719 | if (ParentGroup.IsDeleted) | 4719 | if (ParentGroup.IsDeleted) |
4720 | return; | 4720 | return; |