minor: Remove compiler warning from GridRegion in IGridService
parent
6cfebd66ec
commit
277dbb9acd
|
@ -126,7 +126,7 @@ namespace OpenSim.Services.Interfaces
|
|||
|
||||
public class GridRegion
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
#pragma warning disable 414
|
||||
private static readonly string LogHeader = "[GRID REGION]";
|
||||
|
|
Loading…
Reference in New Issue