minor: remove mono compiler warning in OfflineIMService
parent
3fe5e9057f
commit
1a72f62d7b
|
@ -46,7 +46,7 @@ namespace OpenSim.OfflineIM
|
|||
{
|
||||
public class OfflineIMService : OfflineIMServiceBase, IOfflineIMService
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private const int MAX_IM = 25;
|
||||
|
||||
private XmlSerializer m_serializer;
|
||||
|
|
Loading…
Reference in New Issue