diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index f5eb0b925d..ddb2abb546 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -240,8 +240,6 @@ namespace Tgstation.Server.Host.Core logger.LogInformation(VersionString); - logger.LogTrace("Configuring middleware..."); - serverAddresses = applicationBuilder.ServerFeatures.Get(); applicationBuilder.UseDeveloperExceptionPage(); //it is not worth it to limit this, you should only ever get it if you're an authorized user