diff options
author | Adam Frisby | 2007-06-05 12:22:42 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-05 12:22:42 +0000 |
commit | 891b92a780d28e8a18627647a222b48f0695b269 (patch) | |
tree | 5beb6b1d0e96307e2b1b55aa60dd95bef5ab4ef5 /OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs | |
parent | * Small bugfix: Avatar rezzing from grid mode should no longer place you unde... (diff) | |
download | opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.zip opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.gz opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.bz2 opensim-SC_OLD-891b92a780d28e8a18627647a222b48f0695b269.tar.xz |
* Removing dead comments
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/world/AvatarAnimations.cs | 1 |
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 | ||