From 52b58d5859c615c6257b60efbdf45257fa151cf8 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 9 Aug 2018 15:13:43 -0400 Subject: [PATCH] Removes redundant log --- src/Tgstation.Server.Host/Core/Application.cs | 2 -- 1 file changed, 2 deletions(-) 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