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

needed.
mysql-performance
Melanie 2010-01-18 17:35:49 +00:00
parent 3ff28e7a8f
commit 2257431cba
1 changed files with 1 additions and 1 deletions

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));