From 57afbdbdbdfea90d5e27ea37ced2a72219cce4e9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 4 Apr 2008 19:09:56 +0000 Subject: From: Kurt Taylor Patch to remove commented NotImpemented calls from within implemented script functions --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Framework/Communications') 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 /// If the asset was not found this is still called with the asset UUID but with a null asset data reference public void GetAsset(LLUUID assetId, AssetRequestCallback callback, bool isTexture) { -#if DEBUG //m_log.DebugFormat("[ASSET CACHE]: Requesting {0} {1}", isTexture ? "texture" : "asset", assetId); -#endif AssetBase asset; -- cgit v1.1