Removed RAIL test from startup for now...

This commit is contained in:
Tedd Hansen
2007-08-17 19:47:40 +00:00
parent 3998c1611c
commit 577fb1a987
2 changed files with 3 additions and 1 deletions

View File

@@ -190,7 +190,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
private string ProcessYield(string FileName)
{
// TODO: Create a new assembly and copy old but insert Yield Code
return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
//return TempDotNetMicroThreadingCodeInjector.TestFix(FileName);
return FileName;
}
private AppDomain GetFreeAppDomain()