minor: comment out currently unused logger in DynamicTextureModule

connector_plugin
Justin Clark-Casey (justincc) 2012-10-19 00:39:18 +01:00
parent 9417176389
commit 0f70460a32
1 changed files with 1 additions and 1 deletions

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;