mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
From: Kurt Taylor <krtaylor@us.ibm.com>
Patch to remove commented NotImpemented calls from within implemented script functions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user