* 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)
0.6.0-stable
Justin Clarke Casey 2008-06-13 17:11:33 +00:00
parent b799031010
commit ea52e71205
1 changed files with 0 additions and 2 deletions

View File

@ -2820,8 +2820,6 @@ namespace OpenSim.Region.ScriptEngine.Common
case (int)BuiltIn_Commands_BaseClass.LINK_SET:
Console.WriteLine("LINK_SET");
foreach (SceneObjectPart partInst in m_host.ParentGroup.GetParts())
{