minor: comment out a forgotton debug log line

slimupdates
Justin Clark-Casey (justincc) 2010-03-04 22:50:02 +00:00
parent a1643c78be
commit 82cccdeb94
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ namespace OpenSim.Data.Null
foreach (KeyValuePair<UUID, PresenceData> kvp in m_presenceData)
{
m_log.DebugFormat("Online: {0}", kvp.Value.Data["Online"]);
// m_log.DebugFormat("Online: {0}", kvp.Value.Data["Online"]);
bool on = false;
if (bool.TryParse(kvp.Value.Data["Online"], out on) && on)