oops , shouldn't have committed my local testing changes

This commit is contained in:
MW
2007-08-25 20:38:57 +00:00
parent fafe70bba4
commit 4b42bc5311

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;
}