minor: comment out friends number logging from login for now

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-30 22:08:43 +01:00
parent 953611af53
commit 37a5cf5783

View File

@@ -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);
}
//