mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Removed extraneous debug message
This commit is contained in:
@@ -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() });
|
||||
|
||||
Reference in New Issue
Block a user