aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs b/OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs
index 452ada9..2b7611f 100644
--- a/OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs
+++ b/OpenSim/Region/Framework/Scenes/Types/UpdateQueue.cs
@@ -92,7 +92,7 @@ namespace OpenSim.Region.Framework.Scenes.Types
92 92
93 protected UpdateQueue(SerializationInfo info, StreamingContext context) 93 protected UpdateQueue(SerializationInfo info, StreamingContext context)
94 { 94 {
95 //System.Console.WriteLine("UpdateQueue Deserialize BGN"); 95 //m_log.Debug("UpdateQueue Deserialize BGN");
96 96
97 if (info == null) 97 if (info == null)
98 { 98 {
@@ -107,7 +107,7 @@ namespace OpenSim.Region.Framework.Scenes.Types
107 m_ids.Add(new UUID(guid)); 107 m_ids.Add(new UUID(guid));
108 } 108 }
109 109
110 //System.Console.WriteLine("UpdateQueue Deserialize END"); 110 //m_log.Debug("UpdateQueue Deserialize END");
111 } 111 }
112 112
113 [SecurityPermission(SecurityAction.LinkDemand, 113 [SecurityPermission(SecurityAction.LinkDemand,