Skip to content

Commit

Permalink
EA-4015 remove sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Dec 2, 2024
1 parent ac9dc4b commit fa4667a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private UserSet parseSetApiResponse(CloseableHttpResponse response, List<Integer
LOGGER.trace("Call to UserSet API (SEARCH): {} ", url);
CloseableHttpResponse response = getHttpConnection().get(url, "application/json", authorizationHeaderValue);
String responseBody = EntityUtils.toString(response.getEntity());
System.out.println(responseBody);
if (response.getCode() == HttpStatus.SC_OK) {
if (StringUtils.equals(profile, ProfileConstants.VALUE_PARAM_ITEMS)) {
TypeReference<ResultsPageImpl<String>> typeRef = new TypeReference<>() {};
Expand Down

0 comments on commit fa4667a

Please sign in to comment.