Revert "One more debug mantis #6625"
This reverts commit 8fa5d12fcb
.
Conflicts:
OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
cpu-performance
parent
d7775d1e11
commit
1e97972f78
|
@ -292,7 +292,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||||
friendsData = new UserFriendData();
|
friendsData = new UserFriendData();
|
||||||
friendsData.PrincipalID = agentID;
|
friendsData.PrincipalID = agentID;
|
||||||
friendsData.Friends = GetFriendsFromService(client);
|
friendsData.Friends = GetFriendsFromService(client);
|
||||||
m_log.DebugFormat("[FRIENDS MODULE]: User has {0} friends", friendsData.Friends.Length);
|
|
||||||
friendsData.Refcount = 1;
|
friendsData.Refcount = 1;
|
||||||
|
|
||||||
m_Friends[agentID] = friendsData;
|
m_Friends[agentID] = friendsData;
|
||||||
|
|
Loading…
Reference in New Issue