for now, comment out some older or redundant log debug lines to make diagnostics easier

This commit is contained in:
Justin Clark-Casey (justincc)
2010-10-29 21:49:26 +01:00
parent f19816aeb9
commit bcd784b316
4 changed files with 6 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Services.PresenceService
public bool ReportAgent(UUID sessionID, UUID regionID)
{
m_log.DebugFormat("[PRESENCE SERVICE]: ReportAgent with session {0} in region {1}", sessionID, regionID);
// m_log.DebugFormat("[PRESENCE SERVICE]: ReportAgent with session {0} in region {1}", sessionID, regionID);
try
{
PresenceData pdata = m_Database.Get(sessionID);