Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 35d7106

Browse files
committed
PR feedback
1 parent 290ff2a commit 35d7106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Microsoft.AspNet.Http.Tests/DefaultHttpContextTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ private static void TestFeatureProperties(object value, IFeatureCollection featu
271271
{
272272
if (property.Name.Contains("Feature"))
273273
{
274-
Console.WriteLine($"{value.GetType().Name} {property.Name}");
275274
var v = property.GetValue(value);
276275
Assert.Same(features[property.PropertyType], v);
277276
Assert.NotNull(v);

0 commit comments

Comments
 (0)