* minor: recomment the console c# script printout I accidentally left in on the last ocmmit

0.6.0-stable
Justin Clarke Casey 2008-09-15 20:58:16 +00:00
parent 2b9e115fd7
commit a28a478546
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
//parameters.WarningLevel = 1; // Should be 4?
parameters.TreatWarningsAsErrors = false;
Console.WriteLine(Script);
//Console.WriteLine(Script);
CompilerResults results;
switch (lang)
{