minor: comment out unusued logging objects in some pCampbot behaviour classes
parent
24ef043395
commit
4b8215c893
|
@ -43,7 +43,7 @@ namespace pCampBot
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PhysicsBehaviour2 : AbstractBehaviour
|
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()
|
public PhysicsBehaviour2()
|
||||||
{
|
{
|
||||||
|
|
|
@ -44,7 +44,7 @@ namespace pCampBot
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class TwitchyBehaviour : AbstractBehaviour
|
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()
|
public TwitchyBehaviour()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue