Removed unnecessary log statement
This commit is contained in:
parent
a29188444e
commit
5632a33098
|
|
@ -158,11 +158,6 @@ namespace Microsoft.AspNet.Mvc.Routing
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!context.IsHandled)
|
||||
{
|
||||
_logger.LogVerbose("Request did not match any attribute route.");
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
|
|||
Loading…
Reference in New Issue