Remove log line accidentally left in SP.SendSitResponse()

0.7.4.1
Justin Clark-Casey (justincc) 2012-07-10 23:06:34 +01:00
parent 9f01c3d408
commit 506437b684
1 changed files with 1 additions and 1 deletions

View File

@ -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)
m_sitAvatarHeight = PhysicsActor.Size.Z;