diff options
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Conflicts:
bin/lib32/BulletSim.dll
bin/lib32/libBulletSim.so
bin/lib64/BulletSim.dll
bin/lib64/libBulletSim.so
Diffstat (limited to 'OpenSim/Services/AssetService/AssetService.cs')
-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 1427e84..96b430d 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -194,7 +194,8 @@ namespace OpenSim.Services.AssetService | |||
194 | 194 | ||
195 | public virtual bool Delete(string id) | 195 | public virtual bool Delete(string id) |
196 | { | 196 | { |
197 | m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); | 197 | // m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); |
198 | |||
198 | UUID assetID; | 199 | UUID assetID; |
199 | if (!UUID.TryParse(id, out assetID)) | 200 | if (!UUID.TryParse(id, out assetID)) |
200 | return false; | 201 | return false; |