minor: Remove overly verbose schedule full update log message for attachments

0.7.0.1-release
Justin Clark-Casey (justincc) 2010-08-07 22:28:42 +01:00
parent d44b7d9637
commit f30cd8391e
1 changed files with 2 additions and 2 deletions

View File

@ -1999,8 +1999,8 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary> /// </summary>
public void ScheduleGroupForFullUpdate() public void ScheduleGroupForFullUpdate()
{ {
if (IsAttachment) // if (IsAttachment)
m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); // m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId);
checkAtTargets(); checkAtTargets();
RootPart.ScheduleFullUpdate(); RootPart.ScheduleFullUpdate();