diff options
author | diva | 2009-03-26 22:21:39 +0000 |
---|---|---|
committer | diva | 2009-03-26 22:21:39 +0000 |
commit | f2b8691c9c1fbc79663c8a451314d31cd410555b (patch) | |
tree | 6c7f4914fa3c6aa2d249717c067d45661b734968 /OpenSim/Framework | |
parent | Notecard updates bypassing the regions. (HGStandalone only) (diff) | |
download | opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.zip opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.gz opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.bz2 opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.xz |
Forgot to comment an unnecessary log message on my last commit.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/Caps.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs index db58975..94614a1 100644 --- a/OpenSim/Framework/Communications/Capabilities/Caps.cs +++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs | |||
@@ -630,8 +630,8 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
630 | public string NoteCardAgentInventory(string request, string path, string param, | 630 | public string NoteCardAgentInventory(string request, string path, string param, |
631 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) | 631 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) |
632 | { | 632 | { |
633 | m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request); | 633 | //m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request); |
634 | m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request); | 634 | //m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request); |
635 | 635 | ||
636 | //OpenMetaverse.StructuredData.OSDMap hash = (OpenMetaverse.StructuredData.OSDMap)OpenMetaverse.StructuredData.LLSDParser.DeserializeBinary(Utils.StringToBytes(request)); | 636 | //OpenMetaverse.StructuredData.OSDMap hash = (OpenMetaverse.StructuredData.OSDMap)OpenMetaverse.StructuredData.LLSDParser.DeserializeBinary(Utils.StringToBytes(request)); |
637 | Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Utils.StringToBytes(request)); | 637 | Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Utils.StringToBytes(request)); |