mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
get rid of the debug line, that's just going to drive everyone nuts
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
m_frame++;
|
||||
return;
|
||||
}
|
||||
m_log.Verbose("SUN","I've got an update {0} => {1}", m_scene.RegionsInfo.RegionName, HourOfTheDay());
|
||||
// m_log.Verbose("SUN","I've got an update {0} => {1}", m_scene.RegionsInfo.RegionName, HourOfTheDay());
|
||||
List<ScenePresence> avatars = m_scene.GetAvatars();
|
||||
foreach (ScenePresence avatar in avatars)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user