minor: Comment out log line for the SimulatorFeatures cap request for now to reduce log verbiage. Please revert if still required.

0.8.1-post-fixes
Justin Clark-Casey (justincc) 2015-01-21 00:34:51 +00:00
parent 25dd30ddb6
commit 372a7bf78e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ namespace OpenSim.Region.ClientStack.Linden
private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID) private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID)
{ {
m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request"); // m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request");
OSDMap copy = DeepCopy(); OSDMap copy = DeepCopy();