removed println

This commit is contained in:
Greg Wilkins 2017-01-12 10:43:02 +11:00
parent 1e8fc31440
commit 73609ff7a6
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ public class SelectChannelServerSslTest extends HttpServerTestBase
// Read the response.
String response = readResponse(client);
System.err.println(response);
assertThat(response, containsString("HTTP/1.1 200 OK"));
assertThat(response, containsString("Hello world"));