Removed extraneous debug message
parent
5abe1b4fce
commit
1089e9b842
|
@ -582,10 +582,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||||
|
|
||||||
// Try the local sim
|
// Try the local sim
|
||||||
if (LocalFriendshipOffered(friendID, im))
|
if (LocalFriendshipOffered(friendID, im))
|
||||||
{
|
|
||||||
m_log.DebugFormat("[XXX]: LocalFriendshipOffered successes");
|
|
||||||
return true;
|
return true;
|
||||||
}
|
|
||||||
|
|
||||||
// The prospective friend is not here [as root]. Let's forward.
|
// The prospective friend is not here [as root]. Let's forward.
|
||||||
PresenceInfo[] friendSessions = PresenceService.GetAgents(new string[] { friendID.ToString() });
|
PresenceInfo[] friendSessions = PresenceService.GetAgents(new string[] { friendID.ToString() });
|
||||||
|
|
Loading…
Reference in New Issue