Fixes #428 (Exception logged during HttpClientTest)

Removed printStackTrace() call.
This commit is contained in:
Simone Bordet 2016-03-15 22:04:26 +01:00
parent eb5d8b2f77
commit 3cd568c9b1
1 changed files with 0 additions and 1 deletions

View File

@ -278,7 +278,6 @@ public class HttpClientTest extends AbstractTest
catch (ExecutionException x)
{
// Buffering capacity exceeded.
x.printStackTrace();
}
// Verify that we can make another request.