Comment out "METHOD BY UUID CALLED" WriteLine as it is

obscuring the UserServer console for now.
This commit is contained in:
Charles Krinke
2007-12-20 22:38:22 +00:00
parent 7cd8f808c8
commit 1eb46424c7

View File

@@ -175,7 +175,8 @@ namespace OpenSim.Grid.UserServer
XmlRpcResponse response = new XmlRpcResponse();
Hashtable requestData = (Hashtable) request.Params[0];
UserProfileData userProfile;
Console.WriteLine("METHOD BY UUID CALLED");
//CFK: this clogs the UserServer log and is not necessary at this time.
//CFK: Console.WriteLine("METHOD BY UUID CALLED");
if (requestData.Contains("avatar_uuid"))
{
userProfile = GetUserProfile((LLUUID) (string) requestData["avatar_uuid"]);