minor: comment out unusued logging objects in some pCampbot behaviour classes
parent
f1204c4752
commit
c3dd46ca87
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue