Update WebHost.cs (#986)

This commit is contained in:
David Fowler 2017-03-23 21:52:55 -07:00 committed by GitHub
parent 32bed162a8
commit d5cbdb8ac6
1 changed files with 0 additions and 1 deletions

View File

@ -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)