aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AssetCache.cs')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index ed2fcf4..4d37e74 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -241,9 +241,7 @@ namespace OpenSim.Framework.Communications.Cache
241 /// If the asset was not found this is still called with the asset UUID but with a null asset data reference</param> 241 /// If the asset was not found this is still called with the asset UUID but with a null asset data reference</param>
242 public void GetAsset(LLUUID assetId, AssetRequestCallback callback, bool isTexture) 242 public void GetAsset(LLUUID assetId, AssetRequestCallback callback, bool isTexture)
243 { 243 {
244#if DEBUG
245 //m_log.DebugFormat("[ASSET CACHE]: Requesting {0} {1}", isTexture ? "texture" : "asset", assetId); 244 //m_log.DebugFormat("[ASSET CACHE]: Requesting {0} {1}", isTexture ? "texture" : "asset", assetId);
246#endif
247 245
248 AssetBase asset; 246 AssetBase asset;
249 247