minor: comment out currently unused RegionCombinerModule.LogHeader

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-02 01:24:40 +01:00
parent e5a5b69b08
commit 46095c058e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace OpenSim.Region.RegionCombinerModule
public class RegionCombinerModule : ISharedRegionModule, IRegionCombinerModule public class RegionCombinerModule : ISharedRegionModule, IRegionCombinerModule
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string LogHeader = "[REGION COMBINER MODULE]"; // private static string LogHeader = "[REGION COMBINER MODULE]";
public string Name public string Name
{ {