Remove log line accidentally left in SP.SendSitResponse()
parent
9f01c3d408
commit
506437b684
|
@ -1895,7 +1895,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
m_log.DebugFormat("[SCENE PRESENCE]: {0} {1}", SitTargetisSet, SitTargetUnOccupied);
|
// m_log.DebugFormat("[SCENE PRESENCE]: {0} {1}", SitTargetisSet, SitTargetUnOccupied);
|
||||||
|
|
||||||
if (PhysicsActor != null)
|
if (PhysicsActor != null)
|
||||||
m_sitAvatarHeight = PhysicsActor.Size.Z;
|
m_sitAvatarHeight = PhysicsActor.Size.Z;
|
||||||
|
|
Loading…
Reference in New Issue