mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor: remove mono compiler warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user