minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2009-12-15 16:42:42 +00:00
parent 87e9062862
commit 6bd087a8f9
2 changed files with 6 additions and 6 deletions

View File

@@ -44,9 +44,9 @@ namespace OpenSim.Tests.Clients.GridClient
{
public class GridClient
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
public static void Main(string[] args)
{