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)