Skip to content

Commit

Permalink
EA-4015 aremove sysout
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Nov 28, 2024
1 parent be938be commit 47b5f56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ private String getOauthToken(String oauthServiceUri, String oauthRequestParams )

CloseableHttpResponse response = connection.post(oauthServiceUri, oauthRequestParams, "application/x-www-form-urlencoded", null);
String body = EntityUtils.toString(response.getEntity());

System.out.println(body);
if (HttpStatus.SC_OK == response.getCode()) {
JSONObject json = new JSONObject(body);
if (json.has(ACCESS_TOKEN)) {
Expand Down

0 comments on commit 47b5f56

Please sign in to comment.