diff options
author | Charles Krinke | 2007-12-20 22:38:22 +0000 |
---|---|---|
committer | Charles Krinke | 2007-12-20 22:38:22 +0000 |
commit | 1eb46424c7bd20ee19357bb6903fcce460df1614 (patch) | |
tree | 250b75b8b9093f757d6077bb9934bc4dc29d0a28 | |
parent | * Matched up all previous .ToString() references (r2764) in OpenSim.Framework... (diff) | |
download | opensim-SC_OLD-1eb46424c7bd20ee19357bb6903fcce460df1614.zip opensim-SC_OLD-1eb46424c7bd20ee19357bb6903fcce460df1614.tar.gz opensim-SC_OLD-1eb46424c7bd20ee19357bb6903fcce460df1614.tar.bz2 opensim-SC_OLD-1eb46424c7bd20ee19357bb6903fcce460df1614.tar.xz |
Comment out "METHOD BY UUID CALLED" WriteLine as it is
obscuring the UserServer console for now.
-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"]); |