* Removed verbose debug message

* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers
* Fixed a stupid bug in the InventoryConnector which was making move items do things twice
This commit is contained in:
Diva Canto
2009-10-06 11:08:11 -07:00
parent 3db4d38645
commit 77b4abaa25
5 changed files with 4 additions and 10 deletions

View File

@@ -260,7 +260,7 @@ namespace OpenSim.Server.Base
public static Dictionary<string, object> ParseXmlResponse(string data)
{
m_log.DebugFormat("[XXX]: received xml string: {0}", data);
//m_log.DebugFormat("[XXX]: received xml string: {0}", data);
Dictionary<string, object> ret = new Dictionary<string, object>();