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)
|
||||
{
|
||||
m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
||||
// m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
||||
|
||||
UUID assetID;
|
||||
if (!UUID.TryParse(id, out assetID))
|
||||
return false;
|
||||
|
|
|
@ -188,7 +188,8 @@ namespace OpenSim.Services.AssetService
|
|||
|
||||
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;
|
||||
if (!UUID.TryParse(id, out assetID))
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue