Remove redundant code

This commit is contained in:
Dominion
2023-04-14 22:49:23 -04:00
parent 80dbeb3611
commit 0bfff7ffd6
@@ -209,12 +209,6 @@ namespace Tgstation.Server.Host.System
var id = idProvider();
try
{
if (tcs.Task.IsCompleted)
{
logger.LogTrace("Skipping PID {0} exit handler as the TaskCompletionSource is already set", id);
return;
}
try
{
var exitCode = handle.ExitCode;