diff options
author | Diva Canto | 2010-02-26 10:46:13 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-26 10:46:13 -0800 |
commit | 2c6606cee42effb384c6024faabe681e630591c5 (patch) | |
tree | 220df5970bcf236d6f4ba6fff788f8609aba542c /OpenSim | |
parent | Now showing friends online upon grid login. (diff) | |
download | opensim-SC_OLD-2c6606cee42effb384c6024faabe681e630591c5.zip opensim-SC_OLD-2c6606cee42effb384c6024faabe681e630591c5.tar.gz opensim-SC_OLD-2c6606cee42effb384c6024faabe681e630591c5.tar.bz2 opensim-SC_OLD-2c6606cee42effb384c6024faabe681e630591c5.tar.xz |
Removed unnecessary debug message
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs index cc219cc..4dadd9e 100644 --- a/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs +++ b/OpenSim/Services/Connectors/Presence/PresenceServiceConnector.cs | |||
@@ -351,7 +351,7 @@ namespace OpenSim.Services.Connectors | |||
351 | } | 351 | } |
352 | 352 | ||
353 | Dictionary<string, object>.ValueCollection pinfosList = replyData.Values; | 353 | Dictionary<string, object>.ValueCollection pinfosList = replyData.Values; |
354 | m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count); | 354 | //m_log.DebugFormat("[PRESENCE CONNECTOR]: GetAgents returned {0} elements", pinfosList.Count); |
355 | foreach (object presence in pinfosList) | 355 | foreach (object presence in pinfosList) |
356 | { | 356 | { |
357 | if (presence is Dictionary<string, object>) | 357 | if (presence is Dictionary<string, object>) |