remove comment

This commit is contained in:
Yishai Galatzer 2014-03-10 13:53:57 -07:00
parent 9d3e5b5a81
commit 8ff65267f9
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ namespace Microsoft.AspNet.Mvc
var attributes = methodInfo.GetCustomAttributes(inherit: true).ToArray();
// TODO: add ordering support such that action filters are ahead of controller filters if they have the same order
var filtersFromAction = attributes.OfType<IFilter>().Select(filter => new FilterDescriptor(filter, FilterOrigin.Action));
ad.FilterDescriptors = filtersFromAction.Concat(globalAndControllerFilters)