Removes redundant log

This commit is contained in:
Cyberboss
2018-08-09 15:13:43 -04:00
parent 455934a808
commit 52b58d5859
@@ -240,8 +240,6 @@ namespace Tgstation.Server.Host.Core
logger.LogInformation(VersionString);
logger.LogTrace("Configuring middleware...");
serverAddresses = applicationBuilder.ServerFeatures.Get<IServerAddressesFeature>();
applicationBuilder.UseDeveloperExceptionPage(); //it is not worth it to limit this, you should only ever get it if you're an authorized user