Removed unnecessary log statement

This commit is contained in:
Ajay Bhargav Baaskaran 2015-06-22 14:21:53 -07:00
parent a29188444e
commit 5632a33098
1 changed files with 0 additions and 5 deletions

View File

@ -158,11 +158,6 @@ namespace Microsoft.AspNet.Mvc.Routing
break;
}
}
if (!context.IsHandled)
{
_logger.LogVerbose("Request did not match any attribute route.");
}
}
/// <inheritdoc />