mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Comment out "METHOD BY UUID CALLED" WriteLine as it is
obscuring the UserServer console for now.
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user