minor: Remove compiler warning from GridRegion in IGridService

ghosts
Justin Clark-Casey (justincc) 2014-10-03 00:43:04 +01:00
parent 6cfebd66ec
commit 277dbb9acd
1 changed files with 1 additions and 1 deletions

View File

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