diff options
author | Justin Clarke Casey | 2008-06-13 17:11:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-13 17:11:33 +0000 |
commit | ea52e71205f13438bec7831801b1e4690b0d5bb5 (patch) | |
tree | 46a67fdc3524fbac9e32e63c2b480f7bfc495aff | |
parent | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... (diff) | |
download | opensim-SC_OLD-ea52e71205f13438bec7831801b1e4690b0d5bb5.zip opensim-SC_OLD-ea52e71205f13438bec7831801b1e4690b0d5bb5.tar.gz opensim-SC_OLD-ea52e71205f13438bec7831801b1e4690b0d5bb5.tar.bz2 opensim-SC_OLD-ea52e71205f13438bec7831801b1e4690b0d5bb5.tar.xz |
* minor: Remove LINK_SET debug Console Writeline
* only appeared in DotNetEngine's LSL_BuildIn_Commands.cs
* Nice spot Ewe Loon (http://opensimulator.org/mantis/view.php?id=1548)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index e2909ff..c343973 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -2820,8 +2820,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2820 | 2820 | ||
2821 | case (int)BuiltIn_Commands_BaseClass.LINK_SET: | 2821 | case (int)BuiltIn_Commands_BaseClass.LINK_SET: |
2822 | 2822 | ||
2823 | Console.WriteLine("LINK_SET"); | ||
2824 | |||
2825 | foreach (SceneObjectPart partInst in m_host.ParentGroup.GetParts()) | 2823 | foreach (SceneObjectPart partInst in m_host.ParentGroup.GetParts()) |
2826 | { | 2824 | { |
2827 | 2825 | ||