mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor: Comment out "Deleting asset" log messages for now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user