removed comment

This commit is contained in:
Tom Gardham-Pallister
2017-11-14 22:41:21 +00:00
parent 9f27fe27a8
commit d377482013
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ namespace Ocelot.Requester
private HttpMessageHandler CreateHttpMessageHandler(HttpMessageHandler httpMessageHandler)
{
_handlers
.OrderByDescending(handler => handler.Key)
.Select(handler => handler.Value)