Removed extraneous debug message

0.7.4.1
Diva Canto 2012-03-21 08:08:12 -07:00
parent 5abe1b4fce
commit 1089e9b842
1 changed files with 0 additions and 3 deletions

View File

@ -582,10 +582,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
// Try the local sim
if (LocalFriendshipOffered(friendID, im))
{
m_log.DebugFormat("[XXX]: LocalFriendshipOffered successes");
return true;
}
// The prospective friend is not here [as root]. Let's forward.
PresenceInfo[] friendSessions = PresenceService.GetAgents(new string[] { friendID.ToString() });