diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/AssetService/AssetService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/AssetService/AssetService.cs b/OpenSim/Services/AssetService/AssetService.cs index 137a9b0..b1f0f7e 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -191,7 +191,8 @@ namespace OpenSim.Services.AssetService | |||
191 | 191 | ||
192 | public virtual bool Delete(string id) | 192 | public virtual bool Delete(string id) |
193 | { | 193 | { |
194 | m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); | 194 | // m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); |
195 | |||
195 | UUID assetID; | 196 | UUID assetID; |
196 | if (!UUID.TryParse(id, out assetID)) | 197 | if (!UUID.TryParse(id, out assetID)) |
197 | return false; | 198 | return false; |