Comment out log message about sending periodic appearance updates.

0.7.3-extended
Justin Clark-Casey (justincc) 2012-03-23 03:39:39 +00:00
parent 3ce5e8eb6c
commit c877e73463
1 changed files with 2 additions and 2 deletions

View File

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