* Remove the TransferRequest and hip debugging console output that crept in recently

This commit is contained in:
Justin Clarke Casey
2008-11-17 16:14:23 +00:00
parent c41903077d
commit 558704be8b
3 changed files with 4 additions and 5 deletions

View File

@@ -1438,7 +1438,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
part.Shape.FlexiForceY = (float)Force.y;
part.Shape.FlexiForceZ = (float)Force.z;
part.Shape.PathCurve = 0x80;
}
part.ParentGroup.HasGroupChanged = true;
@@ -1447,9 +1446,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
/// <summary>
/// Set a light point on a part
///
/// FIXME: Much of this code should probably be in SceneObjectGroup
/// </summary>
/// FIXME: Much of this code should probably be in SceneObjectGroup
///
/// <param name="part"></param>
/// <param name="light"></param>
/// <param name="color"></param>