minor: fix mono compiler warning in FetchInventory2Handler
parent
086fd70a5f
commit
3370e19205
|
@ -46,7 +46,7 @@ namespace OpenSim.Capabilities.Handlers
|
|||
{
|
||||
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;
|
||||
|
||||
|
@ -121,4 +121,4 @@ namespace OpenSim.Capabilities.Handlers
|
|||
return llsdItem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue