aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index d2d4acd..45ecdc5 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -426,7 +426,7 @@ namespace OpenSim.Region.Framework.Scenes
426 throw new Exception("This constructor must specify the xml is in OpenSim's original format"); 426 throw new Exception("This constructor must specify the xml is in OpenSim's original format");
427 427
428 //m_log.DebugFormat("[SOG]: Starting deserialization of SOG"); 428 //m_log.DebugFormat("[SOG]: Starting deserialization of SOG");
429 int time = System.Environment.TickCount; 429 //int time = System.Environment.TickCount;
430 430
431 // libomv.types changes UUID to Guid 431 // libomv.types changes UUID to Guid
432 xmlData = xmlData.Replace("<UUID>", "<Guid>"); 432 xmlData = xmlData.Replace("<UUID>", "<Guid>");
@@ -769,7 +769,7 @@ namespace OpenSim.Region.Framework.Scenes
769 public void ToXml2(XmlTextWriter writer) 769 public void ToXml2(XmlTextWriter writer)
770 { 770 {
771 //m_log.DebugFormat("[SOG]: Starting serialization of SOG {0} to XML2", Name); 771 //m_log.DebugFormat("[SOG]: Starting serialization of SOG {0} to XML2", Name);
772 int time = System.Environment.TickCount; 772 //int time = System.Environment.TickCount;
773 773
774 writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty); 774 writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty);
775 m_rootPart.ToXml(writer); 775 m_rootPart.ToXml(writer);