remove duplicated and breaking code
parent
b412db72be
commit
c7b1d52e29
|
@ -84,9 +84,6 @@ namespace OpenSim.Framework.Servers
|
||||||
{
|
{
|
||||||
// Random uuid for private data
|
// Random uuid for private data
|
||||||
m_osSecret = UUID.Random().ToString();
|
m_osSecret = UUID.Random().ToString();
|
||||||
|
|
||||||
m_periodicDiagnosticsTimer.Elapsed += new ElapsedEventHandler(LogDiagnostics);
|
|
||||||
m_periodicDiagnosticsTimer.Enabled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue