minor: comment out friends number logging from login for now

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-08-30 22:08:43 +01:00
parent 953611af53
commit 37a5cf5783
1 changed files with 1 additions and 1 deletions

View File

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