Brushing rust of ye old commit

0.6.0-stable
Tedd Hansen 2008-09-06 18:49:36 +00:00
parent 9e545c9984
commit e0264f67d6
3 changed files with 3 additions and 6 deletions

View File

@ -25,7 +25,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
/* Original code: Tedd Hansen */
using System; using System;
using Nini.Config; using Nini.Config;
using OpenSim.Region.Environment.Scenes; using OpenSim.Region.Environment.Scenes;

View File

@ -168,9 +168,9 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
public override void _StopScript(uint localID, UUID itemID) public override void _StopScript(uint localID, UUID itemID)
{ {
// Stop script // Stop script
#if DEBUG //#if DEBUG
m_scriptEngine.Log.Debug("[" + m_scriptEngine.ScriptEngineName + "]: Stop script localID: " + localID + " LLUID: " + itemID.ToString()); // m_scriptEngine.Log.Debug("[" + m_scriptEngine.ScriptEngineName + "]: Stop script localID: " + localID + " LLUID: " + itemID.ToString());
#endif //#endif
// Stop long command on script // Stop long command on script
m_scriptEngine.m_ASYNCLSLCommandManager.RemoveScript(localID, itemID); m_scriptEngine.m_ASYNCLSLCommandManager.RemoveScript(localID, itemID);

View File

@ -25,8 +25,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
/* Original code: Tedd Hansen */
using System; using System;
using System.Reflection; using System.Reflection;
using log4net; using log4net;