aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarWearable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/AvatarWearable.cs')
-rw-r--r--OpenSim/Framework/AvatarWearable.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/AvatarWearable.cs b/OpenSim/Framework/AvatarWearable.cs
index 52f162e..1d015e5 100644
--- a/OpenSim/Framework/AvatarWearable.cs
+++ b/OpenSim/Framework/AvatarWearable.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Framework
50 50
51 protected AvatarWearable(SerializationInfo info, StreamingContext context) 51 protected AvatarWearable(SerializationInfo info, StreamingContext context)
52 { 52 {
53 //System.Console.WriteLine("AvatarWearable Deserialize BGN"); 53 //m_log.Debug("AvatarWearable Deserialize BGN");
54 if (info == null) 54 if (info == null)
55 { 55 {
56 throw new ArgumentNullException("info"); 56 throw new ArgumentNullException("info");
@@ -59,7 +59,7 @@ namespace OpenSim.Framework
59 AssetID = new UUID((Guid) info.GetValue("AssetID", typeof (Guid))); 59 AssetID = new UUID((Guid) info.GetValue("AssetID", typeof (Guid)));
60 ItemID = new UUID((Guid) info.GetValue("ItemID", typeof (Guid))); 60 ItemID = new UUID((Guid) info.GetValue("ItemID", typeof (Guid)));
61 61
62 //System.Console.WriteLine("AvatarWearable Deserialize END"); 62 //m_log.Debug("AvatarWearable Deserialize END");
63 } 63 }
64 64
65 public static AvatarWearable[] DefaultWearables 65 public static AvatarWearable[] DefaultWearables