minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-13 20:16:49 +00:00
parent 0712196c26
commit 69fba2647d

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)