Removed unnecessary debug message

This commit is contained in:
Diva Canto
2010-02-26 10:46:13 -08:00
parent bbb43f9bde
commit 2c6606cee4

View File

@@ -351,7 +351,7 @@ namespace OpenSim.Services.Connectors
}
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)
{
if (presence is Dictionary<string, object>)