Skip to content

Commit

Permalink
Remove unused log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 17, 2025
1 parent 6d7d3fe commit 6052253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected boolean downloadChunk(int chunk, String variable, File destinationDire

// retrieve the job results
endpoint = getEndpointUrl("/jobs/" + requestId + "/results");
Logging.INSTANCE.info("Ask for job results: " + endpoint + " with key " + apiKey + "\n" + jsonBody);
Logging.INSTANCE.info("Ask for job results: " + endpoint);
response = Unirest.get(endpoint).header("PRIVATE-TOKEN", apiKey).header("Content-Type", "application/json")
.header("Accept", "application/json").asJson();
if (response.isSuccess()) {
Expand Down

0 comments on commit 6052253

Please sign in to comment.