Skip to content

Commit

Permalink
Removed unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jul 17, 2019
1 parent 02f431e commit d2b6eed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,6 @@ public void triggerRevisionService(Long roid, Long soid) throws ServerException,

CloseableHttpResponse response = httpclient.execute(httpPost);

LOGGER.info(response.getStatusLine().toString());
if (response.getStatusLine().getStatusCode() == 401) {
throw new UserException("Remote service responded with a 401 Unauthorized");
} else if (response.getStatusLine().getStatusCode() == 200) {
Expand Down

0 comments on commit d2b6eed

Please sign in to comment.