minor: comment out friends number logging from login for now
parent
953611af53
commit
37a5cf5783
|
@ -403,7 +403,7 @@ namespace OpenSim.Services.LLLoginService
|
||||||
if (m_FriendsService != null)
|
if (m_FriendsService != null)
|
||||||
{
|
{
|
||||||
friendsList = m_FriendsService.GetFriends(account.PrincipalID);
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue