mirror of
https://github.com/opensim/opensim.git
synced 2026-06-20 04:07:32 +08:00
* You can haz more spring cleaning.
* Eventually this codebase will be clean. >_>
This commit is contained in:
@@ -218,7 +218,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
//}
|
||||
}
|
||||
}
|
||||
catch(ThreadAbortException ex)
|
||||
catch(ThreadAbortException)
|
||||
{
|
||||
m_log.Error("Thread aborted in MaintenanceLoopThread. If this is during shutdown, please ignore");
|
||||
}
|
||||
|
||||
@@ -335,10 +335,8 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
ExecutorBase.scriptEvents evflags = Script.Exec.GetStateEventFlags();
|
||||
return (int)evflags;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
// Console.WriteLine("Failed to get script reference for <" + localID + "," + itemID + ">");
|
||||
// Console.WriteLine(e.ToString());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user