diff options
author | MW | 2007-08-25 20:38:57 +0000 |
---|---|---|
committer | MW | 2007-08-25 20:38:57 +0000 |
commit | 4b42bc5311e5856b9688eb84524b29531af7ebf8 (patch) | |
tree | b50ab433ac034f9b0a08038fc49e94d6fe71cc74 | |
parent | Second attempt to commit : Test to see if this change improves or makes worse... (diff) | |
download | opensim-SC-4b42bc5311e5856b9688eb84524b29531af7ebf8.zip opensim-SC-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.gz opensim-SC-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.bz2 opensim-SC-4b42bc5311e5856b9688eb84524b29531af7ebf8.tar.xz |
oops , shouldn't have committed my local testing changes
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/LSL2CSConverter.cs | 1 |
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 | } |