oops , shouldn't have committed my local testing changes

afrisby
MW 2007-08-25 20:38:57 +00:00
parent fafe70bba4
commit 4b42bc5311
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
Return += Script;
Return += "} }\r\n";
Console.WriteLine("script after conversion: " + Return);
return Return;
}