minor: remove mono compiler warning

iar_mods
Justin Clark-Casey (justincc) 2011-11-22 22:16:09 +00:00
parent b0fe0464af
commit d639f7fdf3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.PhysicsParameters
public class PhysicsParameters : ISharedRegionModule
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string LogHeader = "[PHYSICS PARAMETERS]";
// private static string LogHeader = "[PHYSICS PARAMETERS]";
private List<Scene> m_scenes = new List<Scene>();
private static bool m_commandsLoaded = false;