* Removing debugging goo for mantis 854 since the fix is reported to work.

This commit is contained in:
Justin Clarke Casey
2008-04-04 15:02:20 +00:00
parent ae490c7d6f
commit cdff09d0bb
2 changed files with 6 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ namespace OpenSim.Region.Environment.Scenes
m_rootPart = SceneObjectPart.FromXml(reader);
AddPart(m_rootPart);
m_log.DebugFormat("[SCENE OBJECT GROUP]: Current node {0}", reader.Name);
// m_log.DebugFormat("[SCENE OBJECT GROUP]: Current node {0}", reader.Name);
reader.ReadEndElement();