Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cunningham <[email protected]>
  • Loading branch information
digitaldan committed Dec 26, 2020
1 parent e90a131 commit 115eb30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ public void onComplete(Result result) {
logger.trace("Response - status: {} content: {}", result.responseCode, result.content);
return result;
} catch (ExecutionException e) {
logger.debug("request failed", e);
return new HTTPResult(0, e.getMessage());
}
}
Expand Down

0 comments on commit 115eb30

Please sign in to comment.