diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/EntityBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityBase.cs b/OpenSim/Region/Framework/Scenes/EntityBase.cs index 5055e44..fb5c0d1 100644 --- a/OpenSim/Region/Framework/Scenes/EntityBase.cs +++ b/OpenSim/Region/Framework/Scenes/EntityBase.cs | |||
@@ -150,7 +150,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
150 | 150 | ||
151 | protected EntityBase(SerializationInfo info, StreamingContext context) | 151 | protected EntityBase(SerializationInfo info, StreamingContext context) |
152 | { | 152 | { |
153 | //System.Console.WriteLine("EntityBase Deserialize BGN"); | 153 | //m_log.Debug("EntityBase Deserialize BGN"); |
154 | 154 | ||
155 | if (info == null) | 155 | if (info == null) |
156 | { | 156 | { |
@@ -187,7 +187,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
187 | 187 | ||
188 | m_localId = (uint)info.GetValue("m_localId", typeof(uint)); | 188 | m_localId = (uint)info.GetValue("m_localId", typeof(uint)); |
189 | 189 | ||
190 | //System.Console.WriteLine("EntityBase Deserialize END"); | 190 | //m_log.Debug("EntityBase Deserialize END"); |
191 | } | 191 | } |
192 | 192 | ||
193 | [SecurityPermission(SecurityAction.LinkDemand, | 193 | [SecurityPermission(SecurityAction.LinkDemand, |