minor: remove mono compiler warning

0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-13 20:16:49 +00:00
parent 0712196c26
commit 69fba2647d
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ namespace OpenSim.Services.PresenceService
{ {
public class PresenceService : PresenceServiceBase, IPresenceService public class PresenceService : PresenceServiceBase, IPresenceService
{ {
private static readonly ILog m_log = // private static readonly ILog m_log =
LogManager.GetLogger( // LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType); // MethodBase.GetCurrentMethod().DeclaringType);
public PresenceService(IConfigSource config) public PresenceService(IConfigSource config)
: base(config) : base(config)