remove duplicated and breaking code

avinationmerge
UbitUmarov 2015-09-21 17:59:44 +01:00
parent b412db72be
commit c7b1d52e29
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ namespace OpenSim.Framework.Servers
{
// Random uuid for private data
m_osSecret = UUID.Random().ToString();
m_periodicDiagnosticsTimer.Elapsed += new ElapsedEventHandler(LogDiagnostics);
m_periodicDiagnosticsTimer.Enabled = true;
}
/// <summary>