minor: Comment out "Deleting asset" log messages for now
parent
0cd698d82b
commit
293d0cc629
|
@ -191,7 +191,8 @@ namespace OpenSim.Services.AssetService
|
||||||
|
|
||||||
public virtual bool Delete(string id)
|
public virtual bool Delete(string id)
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
// m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
||||||
|
|
||||||
UUID assetID;
|
UUID assetID;
|
||||||
if (!UUID.TryParse(id, out assetID))
|
if (!UUID.TryParse(id, out assetID))
|
||||||
return false;
|
return false;
|
||||||
|
|
|
@ -188,7 +188,8 @@ namespace OpenSim.Services.AssetService
|
||||||
|
|
||||||
public virtual bool Delete(string id)
|
public virtual bool Delete(string id)
|
||||||
{
|
{
|
||||||
m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id);
|
// m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id);
|
||||||
|
|
||||||
UUID assetID;
|
UUID assetID;
|
||||||
if (!UUID.TryParse(id, out assetID))
|
if (!UUID.TryParse(id, out assetID))
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue