Fixes #428 (Exception logged during HttpClientTest)
Removed printStackTrace() call.
This commit is contained in:
parent
eb5d8b2f77
commit
3cd568c9b1
|
@ -278,7 +278,6 @@ public class HttpClientTest extends AbstractTest
|
||||||
catch (ExecutionException x)
|
catch (ExecutionException x)
|
||||||
{
|
{
|
||||||
// Buffering capacity exceeded.
|
// Buffering capacity exceeded.
|
||||||
x.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify that we can make another request.
|
// Verify that we can make another request.
|
||||||
|
|
Loading…
Reference in New Issue