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
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
public PresenceService(IConfigSource config)
: base(config)