PR feedback

This commit is contained in:
Louis DeJardin 2015-12-16 22:46:20 -08:00
parent 290ff2a268
commit 35d71068d4
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ namespace Microsoft.AspNet.Http.Internal
{
if (property.Name.Contains("Feature"))
{
Console.WriteLine($"{value.GetType().Name} {property.Name}");
var v = property.GetValue(value);
Assert.Same(features[property.PropertyType], v);
Assert.NotNull(v);