Comment the asset deletion handler. It can be abused and is not currently

needed.
This commit is contained in:
Melanie
2010-01-18 17:35:49 +00:00
parent 3ff28e7a8f
commit 2257431cba

View File

@@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Asset
if (p.Length > 0)
{
result = m_AssetService.Delete(p[0]);
// result = m_AssetService.Delete(p[0]);
}
XmlSerializer xs = new XmlSerializer(typeof(bool));