mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +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)
|
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;
|
bool on = false;
|
||||||
if (bool.TryParse(kvp.Value.Data["Online"], out on) && on)
|
if (bool.TryParse(kvp.Value.Data["Online"], out on) && on)
|
||||||
|
|||||||
Reference in New Issue
Block a user