Skip to content

Commit 164528d

Browse files
authored
Update BidirectionStreamingTest.cs
1 parent 5d548b9 commit 164528d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ async Task RunServer()
327327
public async Task BackwardsCompatibility_DowngradeToHttp11()
328328
{
329329
TaskCompletionSource<object> completeStreamTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
330-
_output.WriteLine($"VersionString: {Environment.OSVersion.VersionString}\nVersion: {Environment.OSVersion.Version}");
331330
using (Http2LoopbackServer server = Http2LoopbackServer.CreateServer())
332331
using (HttpClient client = CreateHttpClient())
333332
{

0 commit comments

Comments
 (0)