diff options
author | Justin Clark-Casey (justincc) | 2015-01-20 00:18:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-20 00:18:25 +0000 |
commit | 4b8215c8933ecc358cd33b04f849ca3a40750fe2 (patch) | |
tree | cc0016ffc34dfcbd07aa22807b37682200bc146b | |
parent | Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex... (diff) | |
download | opensim-SC_OLD-4b8215c8933ecc358cd33b04f849ca3a40750fe2.zip opensim-SC_OLD-4b8215c8933ecc358cd33b04f849ca3a40750fe2.tar.gz opensim-SC_OLD-4b8215c8933ecc358cd33b04f849ca3a40750fe2.tar.bz2 opensim-SC_OLD-4b8215c8933ecc358cd33b04f849ca3a40750fe2.tar.xz |
minor: comment out unusued logging objects in some pCampbot behaviour classes
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour2.cs | 2 | ||||
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour2.cs b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour2.cs index 326396d..1ec2046 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour2.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour2.cs | |||
@@ -43,7 +43,7 @@ namespace pCampBot | |||
43 | /// </summary> | 43 | /// </summary> |
44 | public class PhysicsBehaviour2 : AbstractBehaviour | 44 | public class PhysicsBehaviour2 : AbstractBehaviour |
45 | { | 45 | { |
46 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 46 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
47 | 47 | ||
48 | public PhysicsBehaviour2() | 48 | public PhysicsBehaviour2() |
49 | { | 49 | { |
diff --git a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs index ae40bae..7b4639d 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/TwitchyBehaviour.cs | |||
@@ -44,7 +44,7 @@ namespace pCampBot | |||
44 | /// </summary> | 44 | /// </summary> |
45 | public class TwitchyBehaviour : AbstractBehaviour | 45 | public class TwitchyBehaviour : AbstractBehaviour |
46 | { | 46 | { |
47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | public TwitchyBehaviour() | 49 | public TwitchyBehaviour() |
50 | { | 50 | { |