aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
diff options
context:
space:
mode:
authorMW2007-08-25 20:38:57 +0000
committerMW2007-08-25 20:38:57 +0000
commit4b42bc5311e5856b9688eb84524b29531af7ebf8 (patch)
treeb50ab433ac034f9b0a08038fc49e94d6fe71cc74 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
parentSecond attempt to commit : Test to see if this change improves or makes worse... (diff)
downloadopensim-SC_OLD-4b42bc5311e5856b9688eb84524b29531af7ebf8.zip
opensim-SC_OLD-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.gz
opensim-SC_OLD-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.bz2
opensim-SC_OLD-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.xz
oops , shouldn't have committed my local testing changes
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
index 4b72bba..2c9031c 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs
@@ -240,7 +240,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
240 Return += Script; 240 Return += Script;
241 Return += "} }\r\n"; 241 Return += "} }\r\n";
242 242
243 Console.WriteLine("script after conversion: " + Return);
244 243
245 return Return; 244 return Return;
246 } 245 }