minor: remove mono compiler warning in OfflineIMService

This commit is contained in:
Justin Clark-Casey (justincc)
2013-06-18 23:52:15 +01:00
parent 3fe5e9057f
commit 1a72f62d7b

View File

@@ -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;