Comment out log message about sending periodic appearance updates.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-23 03:39:39 +00:00
parent e5b182fb41
commit d4beb2f5bc

View File

@@ -1305,8 +1305,8 @@ namespace OpenSim.Region.Framework.Scenes
if (SendPeriodicAppearanceUpdates && MaintenanceRun % 60 == 0)
{
m_log.DebugFormat("[SCENE]: Sending periodic appearance updates");
// m_log.DebugFormat("[SCENE]: Sending periodic appearance updates");
if (AvatarFactory != null)
{
ForEachRootScenePresence(sp => AvatarFactory.SendAppearance(sp.UUID));