diff options
author | Justin Clark-Casey (justincc) | 2015-01-21 00:34:51 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-21 00:34:51 +0000 |
commit | 372a7bf78eeb10361b08aa35890bd9cc8ce8694e (patch) | |
tree | fd33a83d24580be572ab4748649e3fceaee3492d | |
parent | minor: Fix some CR line endings in Scene.Inventory.cs (diff) | |
download | opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.zip opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.gz opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.bz2 opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.xz |
minor: Comment out log line for the SimulatorFeatures cap request for now to reduce log verbiage. Please revert if still required.
-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 07e8025..e258bcb 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |||
@@ -235,7 +235,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
235 | 235 | ||
236 | private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID) | 236 | private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID) |
237 | { | 237 | { |
238 | m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request"); | 238 | // m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request"); |
239 | 239 | ||
240 | OSDMap copy = DeepCopy(); | 240 | OSDMap copy = DeepCopy(); |
241 | 241 | ||