Comment a debug message that is a tad too spammy

This commit is contained in:
Melanie
2010-03-08 21:08:48 +00:00
parent 2362da2ad0
commit 9ea6509a1c

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();
}