mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
cleaning out warnings.
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
This commit is contained in:
@@ -8114,7 +8114,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
// ScriptSleep(1000);
|
||||
return tid.ToString();
|
||||
}
|
||||
catch(Exception e)
|
||||
catch(Exception)
|
||||
{
|
||||
//m_log.Error("[LSL_API]: llRequestSimulatorData" + e.ToString());
|
||||
return UUID.Zero.ToString();
|
||||
|
||||
Reference in New Issue
Block a user