cleanup debug output

This commit is contained in:
Greg Wilkins 2011-10-05 22:01:49 +11:00
parent c6b3bab6d7
commit 57d81603c4
1 changed files with 0 additions and 8 deletions

View File

@ -32,12 +32,4 @@ public class AsyncSslHttpExchangeTest extends SslHttpExchangeTest
_port = _server.getConnectors()[0].getLocalPort();
}
@Test
public void testPerf1() throws Exception
{
sender(10,true);
}
}