mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Forgot to comment an unnecessary log message on my last commit.
This commit is contained in:
@@ -630,8 +630,8 @@ namespace OpenSim.Framework.Communications.Capabilities
|
||||
public string NoteCardAgentInventory(string request, string path, string param,
|
||||
OSHttpRequest httpRequest, OSHttpResponse httpResponse)
|
||||
{
|
||||
m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request);
|
||||
m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request);
|
||||
//m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request);
|
||||
//m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request);
|
||||
|
||||
//OpenMetaverse.StructuredData.OSDMap hash = (OpenMetaverse.StructuredData.OSDMap)OpenMetaverse.StructuredData.LLSDParser.DeserializeBinary(Utils.StringToBytes(request));
|
||||
Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Utils.StringToBytes(request));
|
||||
|
||||
Reference in New Issue
Block a user