minor: fix mono compiler warning in FetchInventory2Handler
parent
086fd70a5f
commit
3370e19205
|
@ -46,7 +46,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||||
{
|
{
|
||||||
public class FetchInventory2Handler
|
public class FetchInventory2Handler
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
private IInventoryService m_inventoryService;
|
private IInventoryService m_inventoryService;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue