mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
minor: comment out unusued logging objects in some pCampbot behaviour classes
This commit is contained in:
@@ -43,7 +43,7 @@ namespace pCampBot
|
||||
/// </summary>
|
||||
public class PhysicsBehaviour2 : AbstractBehaviour
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public PhysicsBehaviour2()
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace pCampBot
|
||||
/// </summary>
|
||||
public class TwitchyBehaviour : AbstractBehaviour
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
public TwitchyBehaviour()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user