mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Comment out debug sit message accidently left active
This commit is contained in:
@@ -2232,9 +2232,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
Vector3 standPos = ParentPosition + adjustmentForSitPosition + adjustmentForSitPose;
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}",
|
||||
standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name);
|
||||
// m_log.DebugFormat(
|
||||
// "[SCENE PRESENCE]: Setting stand to pos {0}, (adjustmentForSitPosition {1}, adjustmentForSitPose {2}) rotation {3} for {4} in {5}",
|
||||
// standPos, adjustmentForSitPosition, adjustmentForSitPose, standRotation, Name, Scene.Name);
|
||||
|
||||
Rotation = standRotation;
|
||||
AbsolutePosition = standPos;
|
||||
|
||||
Reference in New Issue
Block a user