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

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-07 22:28:42 +01:00
parent a04efe4a4d
commit 903cfa8c7e

View File

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