diff options
author | Homer Horwitz | 2008-12-19 20:33:36 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-12-19 20:33:36 +0000 |
commit | a0f8e041420a6b6fd5439083ec2b488a851f7598 (patch) | |
tree | 96a97089f798f138a31c33451729278981add90c /OpenSim/Region/Environment/Scenes | |
parent | Fix for more child agent mismanagement (like #2846). On enqueueing events, we... (diff) | |
download | opensim-SC_OLD-a0f8e041420a6b6fd5439083ec2b488a851f7598.zip opensim-SC_OLD-a0f8e041420a6b6fd5439083ec2b488a851f7598.tar.gz opensim-SC_OLD-a0f8e041420a6b6fd5439083ec2b488a851f7598.tar.bz2 opensim-SC_OLD-a0f8e041420a6b6fd5439083ec2b488a851f7598.tar.xz |
Remove forgotten debug message from my last commit.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index c2664b9..5fab3ba 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1092,7 +1092,6 @@ if (m_shape != null) { | |||
1092 | public void ResetExpire() | 1092 | public void ResetExpire() |
1093 | { | 1093 | { |
1094 | Expires = DateTime.Now + new TimeSpan(600000000); | 1094 | Expires = DateTime.Now + new TimeSpan(600000000); |
1095 | m_log.DebugFormat("[SOP]: Reset Expire to {0}", Expires); | ||
1096 | } | 1095 | } |
1097 | 1096 | ||
1098 | public void AddFlag(PrimFlags flag) | 1097 | public void AddFlag(PrimFlags flag) |