minor: remove mono compiler warning in SceneCommandsModule

user_profiles
Justin Clark-Casey (justincc) 2013-01-25 01:56:41 +00:00
parent ba369c5cfe
commit b914fb98c4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SceneCommandsModule")]
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;