Remove log line accidentally left in SP.SendSitResponse()

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-10 23:06:34 +01:00
parent 222f844d65
commit cb4e074a8c
1 changed files with 1 additions and 1 deletions

View File

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