remove duplicated and breaking code

This commit is contained in:
UbitUmarov
2015-09-21 17:59:44 +01:00
parent b412db72be
commit c7b1d52e29

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>