diff --git a/src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs b/src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs index 21ab82d367..d53047975c 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs @@ -158,11 +158,6 @@ public async Task RouteAsync([NotNull] RouteContext context) break; } } - - if (!context.IsHandled) - { - _logger.LogVerbose("Request did not match any attribute route."); - } } ///