diff options
author | Justin Clark-Casey (justincc) | 2011-08-22 22:44:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-22 22:44:49 +0100 |
commit | 940a248c3d3227ef8da4bba3034b25ad1f1cb241 (patch) | |
tree | fe95d1de1e69f9a6233c5b7f7c2711fdc7147d9b | |
parent | Add ISimulatorFeaturesModule so that other modules can register features in a... (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 |
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(); |