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

Removed unnecessary log statement #2728

Merged
merged 1 commit into from
Jun 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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