minor: Comment out currently unused log setup in TerrainCompressor

bullet-2.82
Justin Clark-Casey (justincc) 2014-05-20 23:59:08 +01:00
parent d93275745b
commit 5b433e101d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
public static class OpenSimTerrainCompressor
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
#pragma warning disable 414
private static string LogHeader = "[TERRAIN COMPRESSOR]";