Skip to content

Commit

Permalink
Remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
dma committed Oct 1, 2014
1 parent cf71a31 commit 1aef488
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ IScanProbeResult runProbe() {
IHttpResponse response = requestEngine.sendRequest(currentRequest).get(true);
return processFirstProbeResponse(targetURI, response);
} catch (RequestEngineException e) {
e.printStackTrace();
return ScanProbeResult.createConnectFailedResult(e.getMessage());
}
}
Expand Down

0 comments on commit 1aef488

Please sign in to comment.