aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs b/OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs
index 2c1280d..9e96a4e 100644
--- a/OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs
+++ b/OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs
@@ -28,7 +28,6 @@ namespace OpenSim.world
28 28
29 if ( nod.Attributes["name"] != null) 29 if ( nod.Attributes["name"] != null)
30 { 30 {
31 //Console.WriteLine("'" + nod.Attributes["name"].Value + "' - '" + nod.InnerText + "'");
32 AnimsLLUUID.Add(nod.Attributes["name"].Value, nod.InnerText); 31 AnimsLLUUID.Add(nod.Attributes["name"].Value, nod.InnerText);
33 } 32 }
34 33