aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-04 22:50:02 +0000
committerJustin Clark-Casey (justincc)2010-03-04 22:50:02 +0000
commit82cccdeb94bf6437df79cc77009c8e19da5aaaf0 (patch)
tree9e220aff14e1994b8a5139a8314a82abe09cf881 /OpenSim/Data
parentremove test presence from NullPresenceData since this appears to stop existin... (diff)
downloadopensim-SC_OLD-82cccdeb94bf6437df79cc77009c8e19da5aaaf0.zip
opensim-SC_OLD-82cccdeb94bf6437df79cc77009c8e19da5aaaf0.tar.gz
opensim-SC_OLD-82cccdeb94bf6437df79cc77009c8e19da5aaaf0.tar.bz2
opensim-SC_OLD-82cccdeb94bf6437df79cc77009c8e19da5aaaf0.tar.xz
minor: comment out a forgotton debug log line
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/Null/NullPresenceData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Null/NullPresenceData.cs b/OpenSim/Data/Null/NullPresenceData.cs
index 555c92f..2ceb0c6 100644
--- a/OpenSim/Data/Null/NullPresenceData.cs
+++ b/OpenSim/Data/Null/NullPresenceData.cs
@@ -217,7 +217,7 @@ namespace OpenSim.Data.Null
217 217
218 foreach (KeyValuePair<UUID, PresenceData> kvp in m_presenceData) 218 foreach (KeyValuePair<UUID, PresenceData> kvp in m_presenceData)
219 { 219 {
220 m_log.DebugFormat("Online: {0}", kvp.Value.Data["Online"]); 220// m_log.DebugFormat("Online: {0}", kvp.Value.Data["Online"]);
221 221
222 bool on = false; 222 bool on = false;
223 if (bool.TryParse(kvp.Value.Data["Online"], out on) && on) 223 if (bool.TryParse(kvp.Value.Data["Online"], out on) && on)