Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Removed unnecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybhargavb committed Jun 23, 2015
1 parent a291884 commit 5632a33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Microsoft.AspNet.Mvc.Core/Routing/InnerAttributeRoute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ public async Task RouteAsync([NotNull] RouteContext context)
break;
}
}

if (!context.IsHandled)
{
_logger.LogVerbose("Request did not match any attribute route.");
}
}

/// <inheritdoc />
Expand Down

0 comments on commit 5632a33

Please sign in to comment.