aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-22 22:44:49 +0100
committerJustin Clark-Casey (justincc)2011-08-22 22:44:49 +0100
commit940a248c3d3227ef8da4bba3034b25ad1f1cb241 (patch)
treefe95d1de1e69f9a6233c5b7f7c2711fdc7147d9b /OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
parentAdd ISimulatorFeaturesModule so that other modules can register features in a... (diff)
downloadopensim-SC_OLD-940a248c3d3227ef8da4bba3034b25ad1f1cb241.zip
opensim-SC_OLD-940a248c3d3227ef8da4bba3034b25ad1f1cb241.tar.gz
opensim-SC_OLD-940a248c3d3227ef8da4bba3034b25ad1f1cb241.tar.bz2
opensim-SC_OLD-940a248c3d3227ef8da4bba3034b25ad1f1cb241.tar.xz
minor: comment out simulator features log line
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
index b531c1f..7b70790 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
@@ -185,7 +185,7 @@ namespace OpenSim.Region.ClientStack.Linden
185 185
186 private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod) 186 private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod)
187 { 187 {
188 m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request"); 188// m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request");
189 189
190 //Send back data 190 //Send back data
191 Hashtable responsedata = new Hashtable(); 191 Hashtable responsedata = new Hashtable();