From d5cbdb8ac62332e04f001719aff75b17ceb5f482 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 23 Mar 2017 21:52:55 -0700 Subject: [PATCH] Update WebHost.cs (#986) --- src/Microsoft.AspNetCore.Hosting/Internal/WebHost.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Hosting/Internal/WebHost.cs b/src/Microsoft.AspNetCore.Hosting/Internal/WebHost.cs index 5bf36c5676..217a30e092 100644 --- a/src/Microsoft.AspNetCore.Hosting/Internal/WebHost.cs +++ b/src/Microsoft.AspNetCore.Hosting/Internal/WebHost.cs @@ -131,7 +131,6 @@ namespace Microsoft.AspNetCore.Hosting.Internal } } - // REVIEW: Is this the right place to log these errors? if (_hostingStartupErrors != null) { foreach (var exception in _hostingStartupErrors.InnerExceptions)