mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
minor: comment out a forgotton debug log line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user