Removed unnecessary debug message

slimupdates
Diva Canto 2010-02-26 10:46:13 -08:00
parent bbb43f9bde
commit 2c6606cee4
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ namespace OpenSim.Services.Connectors
} }
Dictionary<string, object>.ValueCollection pinfosList = replyData.Values; Dictionary<string, object>.ValueCollection pinfosList = replyData.Values;
m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count); //m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count);
foreach (object presence in pinfosList) foreach (object presence in pinfosList)
{ {
if (presence is Dictionary<string, object>) if (presence is Dictionary<string, object>)