Patch to remove commented NotImpemented calls from within implemented script functions
This commit is contained in:
Justin Clarke Casey
2008-04-04 19:09:56 +00:00
parent f010d398cf
commit 57afbdbdbd
3 changed files with 7 additions and 26 deletions

View File

@@ -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</param>
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;