Removed FindPresence() call in GetProfileData() as it is not needed

This commit is contained in:
Kevin Cozens
2016-12-15 17:57:19 -05:00
parent 22388ff8ab
commit 7c7b261d18
@@ -726,9 +726,6 @@ namespace OpenSimProfile.Modules.OpenProfile
{
Hashtable ReqHash = new Hashtable();
// Can't handle NPC yet...
ScenePresence p = FindPresence(userID);
ReqHash["avatar_id"] = userID.ToString();
string serverURI = String.Empty;