Comment out "METHOD BY UUID CALLED" WriteLine as it is
obscuring the UserServer console for now.afrisby
parent
7cd8f808c8
commit
1eb46424c7
|
@ -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"]);
|
||||
|
|
Loading…
Reference in New Issue