mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
minor: comment out friends number logging from login for now
This commit is contained in:
@@ -403,7 +403,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
if (m_FriendsService != null)
|
||||
{
|
||||
friendsList = m_FriendsService.GetFriends(account.PrincipalID);
|
||||
m_log.DebugFormat("[LLOGIN SERVICE]: Retrieved {0} friends", friendsList.Length);
|
||||
// m_log.DebugFormat("[LLOGIN SERVICE]: Retrieved {0} friends", friendsList.Length);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user