aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-02-03 15:46:24 +0000
committerJustin Clark-Casey (justincc)2010-02-03 15:46:24 +0000
commitc020fed1b86588966d397bcfe8530b8a3bc5df99 (patch)
tree3ee2aeb69db78f24f2b60e7cf455b0227c75122d
parentminor: remove a couple of mono warnings (diff)
downloadopensim-SC_OLD-c020fed1b86588966d397bcfe8530b8a3bc5df99.zip
opensim-SC_OLD-c020fed1b86588966d397bcfe8530b8a3bc5df99.tar.gz
opensim-SC_OLD-c020fed1b86588966d397bcfe8530b8a3bc5df99.tar.bz2
opensim-SC_OLD-c020fed1b86588966d397bcfe8530b8a3bc5df99.tar.xz
minor: comment out a log line in ScenePresence
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index bd59f2e..5419a9a 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2864,7 +2864,6 @@ namespace OpenSim.Region.Framework.Scenes
2864 { 2864 {
2865 RemoveNeighbourRegion(handle); 2865 RemoveNeighbourRegion(handle);
2866 } 2866 }
2867
2868 } 2867 }
2869 2868
2870 #endregion 2869 #endregion
@@ -3025,7 +3024,7 @@ namespace OpenSim.Region.Framework.Scenes
3025 List<int> attPoints = m_appearance.GetAttachedPoints(); 3024 List<int> attPoints = m_appearance.GetAttachedPoints();
3026 if (attPoints != null) 3025 if (attPoints != null)
3027 { 3026 {
3028 m_log.DebugFormat("[SCENE PRESENCE]: attachments {0}", attPoints.Count); 3027 //m_log.DebugFormat("[SCENE PRESENCE]: attachments {0}", attPoints.Count);
3029 int i = 0; 3028 int i = 0;
3030 AttachmentData[] attachs = new AttachmentData[attPoints.Count]; 3029 AttachmentData[] attachs = new AttachmentData[attPoints.Count];
3031 foreach (int point in attPoints) 3030 foreach (int point in attPoints)