Comment a debug message that is a tad too spammy

slimupdates
Melanie 2010-03-08 21:08:48 +00:00
parent 2362da2ad0
commit 9ea6509a1c
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ namespace OpenSim.Services.PresenceService
}
}
m_log.DebugFormat("[PRESENCE SERVICE]: GetAgents for {0} userIDs found {1} presences", userIDs.Length, info.Count);
// m_log.DebugFormat("[PRESENCE SERVICE]: GetAgents for {0} userIDs found {1} presences", userIDs.Length, info.Count);
return info.ToArray();
}