Revert "HG Friends: debug an issue where the friends data stored in the DB is incomplete."

This reverts commit 27cdfb7b84.
This commit is contained in:
Diva Canto
2013-07-04 09:17:01 -07:00
parent 80f4a008eb
commit 5eb78aad96
2 changed files with 1 additions and 9 deletions

View File

@@ -546,7 +546,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
FriendsService.StoreFriend(agentID.ToString(), theFriendUUID, 1);
// and also the converse
FriendsService.StoreFriend(theFriendUUID, agentID.ToString(), 1);
m_log.DebugFormat("[HGFRIENDS MODULE]: Stored {0} {01}", agentID, theFriendUUID);
//if (!confirming)
//{