diff options
author | Diva Canto | 2013-07-04 09:17:01 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-04 09:17:01 -0700 |
commit | 5eb78aad96f2dbaf7c4c0e5fa7e678076a2edbfc (patch) | |
tree | eacc3e7e0384915c2b9595568f2cf49f42b9f61d /OpenSim/Region | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-5eb78aad96f2dbaf7c4c0e5fa7e678076a2edbfc.zip opensim-SC_OLD-5eb78aad96f2dbaf7c4c0e5fa7e678076a2edbfc.tar.gz opensim-SC_OLD-5eb78aad96f2dbaf7c4c0e5fa7e678076a2edbfc.tar.bz2 opensim-SC_OLD-5eb78aad96f2dbaf7c4c0e5fa7e678076a2edbfc.tar.xz |
Revert "HG Friends: debug an issue where the friends data stored in the DB is incomplete."
This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs index d8f7dc9..ae45b99 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs | |||
@@ -546,7 +546,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
546 | FriendsService.StoreFriend(agentID.ToString(), theFriendUUID, 1); | 546 | FriendsService.StoreFriend(agentID.ToString(), theFriendUUID, 1); |
547 | // and also the converse | 547 | // and also the converse |
548 | FriendsService.StoreFriend(theFriendUUID, agentID.ToString(), 1); | 548 | FriendsService.StoreFriend(theFriendUUID, agentID.ToString(), 1); |
549 | m_log.DebugFormat("[HGFRIENDS MODULE]: Stored {0} {01}", agentID, theFriendUUID); | ||
550 | 549 | ||
551 | //if (!confirming) | 550 | //if (!confirming) |
552 | //{ | 551 | //{ |