minor: comment out currently unused logger in DynamicTextureModule

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-19 00:39:18 +01:00
parent 9417176389
commit 0f70460a32

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
{
public class DynamicTextureModule : IRegionModule, IDynamicTextureManager
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private const int ALL_SIDES = -1;