Brushing rust of ye old commit

This commit is contained in:
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

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