Remove log line accidentally left in SP.SendSitResponse()
parent
222f844d65
commit
cb4e074a8c
|
@ -1960,7 +1960,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