Remove redundant call to StopMonitor()

This commit is contained in:
Jordan Brown
2018-09-16 13:40:50 -04:00
parent bbd5a97582
commit 08aed5d904
@@ -713,7 +713,6 @@ namespace Tgstation.Server.Host.Components.Watchdog
if (startMonitor)
{
await StopMonitor().ConfigureAwait(false);
monitorCts = new CancellationTokenSource();
monitorTask = MonitorLifetimes(monitorCts.Token);
}