diff options
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 9b5af0f..43239a0 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -175,7 +175,8 @@ namespace OpenSim.Grid.UserServer | |||
175 | XmlRpcResponse response = new XmlRpcResponse(); | 175 | XmlRpcResponse response = new XmlRpcResponse(); |
176 | Hashtable requestData = (Hashtable) request.Params[0]; | 176 | Hashtable requestData = (Hashtable) request.Params[0]; |
177 | UserProfileData userProfile; | 177 | UserProfileData userProfile; |
178 | Console.WriteLine("METHOD BY UUID CALLED"); | 178 | //CFK: this clogs the UserServer log and is not necessary at this time. |
179 | //CFK: Console.WriteLine("METHOD BY UUID CALLED"); | ||
179 | if (requestData.Contains("avatar_uuid")) | 180 | if (requestData.Contains("avatar_uuid")) |
180 | { | 181 | { |
181 | userProfile = GetUserProfile((LLUUID) (string) requestData["avatar_uuid"]); | 182 | userProfile = GetUserProfile((LLUUID) (string) requestData["avatar_uuid"]); |