diff options
author | Dr Scofield | 2008-05-26 15:53:04 +0000 |
---|---|---|
committer | Dr Scofield | 2008-05-26 15:53:04 +0000 |
commit | 30a94697575b42e2b08f47dde4c070dcf9d0183c (patch) | |
tree | 976266558960dd48f3a2c2547c7fd57db4c59370 /OpenSim/Region | |
parent | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... (diff) | |
download | opensim-SC_OLD-30a94697575b42e2b08f47dde4c070dcf9d0183c.zip opensim-SC_OLD-30a94697575b42e2b08f47dde4c070dcf9d0183c.tar.gz opensim-SC_OLD-30a94697575b42e2b08f47dde4c070dcf9d0183c.tar.bz2 opensim-SC_OLD-30a94697575b42e2b08f47dde4c070dcf9d0183c.tar.xz |
disabling m_log again.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index efdf249..cd2015f 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -50,7 +50,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
50 | /// </summary> | 50 | /// </summary> |
51 | public class LSL_BuiltIn_Commands : MarshalByRefObject, LSL_BuiltIn_Commands_Interface | 51 | public class LSL_BuiltIn_Commands : MarshalByRefObject, LSL_BuiltIn_Commands_Interface |
52 | { | 52 | { |
53 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 53 | // private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
54 | 54 | ||
55 | internal ScriptEngineBase.ScriptEngine m_ScriptEngine; | 55 | internal ScriptEngineBase.ScriptEngine m_ScriptEngine; |
56 | internal SceneObjectPart m_host; | 56 | internal SceneObjectPart m_host; |