diff options
author | Justin Clark-Casey (justincc) | 2012-10-19 00:39:18 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-19 00:39:18 +0100 |
commit | 0f70460a320da5606f3bdf316d5d25611fb0b3fb (patch) | |
tree | a354be293c7542f4a88555e21fa39c7711b5b03b | |
parent | Make "show part" console commands print out information about each item the p... (diff) | |
download | opensim-SC_OLD-0f70460a320da5606f3bdf316d5d25611fb0b3fb.zip opensim-SC_OLD-0f70460a320da5606f3bdf316d5d25611fb0b3fb.tar.gz opensim-SC_OLD-0f70460a320da5606f3bdf316d5d25611fb0b3fb.tar.bz2 opensim-SC_OLD-0f70460a320da5606f3bdf316d5d25611fb0b3fb.tar.xz |
minor: comment out currently unused logger in DynamicTextureModule
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs index 1f340df..93a045e 100644 --- a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture | |||
42 | { | 42 | { |
43 | public class DynamicTextureModule : IRegionModule, IDynamicTextureManager | 43 | public class DynamicTextureModule : IRegionModule, IDynamicTextureManager |
44 | { | 44 | { |
45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
46 | 46 | ||
47 | private const int ALL_SIDES = -1; | 47 | private const int ALL_SIDES = -1; |
48 | 48 | ||