minor: remove mono compiler warning in SceneCommandsModule
parent
ba175ee50b
commit
18659dfaea
|
@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
|
||||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SceneCommandsModule")]
|
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SceneCommandsModule")]
|
||||||
public class SceneCommandsModule : ISceneCommandsModule, INonSharedRegionModule
|
public class SceneCommandsModule : ISceneCommandsModule, INonSharedRegionModule
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private Scene m_scene;
|
private Scene m_scene;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue