Removed unnecessary debug message
parent
bbb43f9bde
commit
2c6606cee4
|
@ -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>)
|
||||||
|
|
Loading…
Reference in New Issue