minor: Comment out noisy ScriptTaskInventory Request log message

0.7.3-extended
Justin Clark-Casey (justincc) 2012-08-02 01:36:37 +01:00
parent 08a9b01123
commit fa3ebd85c9
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ namespace OpenSim.Region.ClientStack.Linden
{
try
{
m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName);
// m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName);
//m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param);
Hashtable hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request));