Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 11, 2025
1 parent ce4ec3e commit fc948f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ protected boolean downloadChunk(int chunk, String variable, File destinationDire
body.put("month", this.monts[(date.getMonth() - 1) / 3]);
body.put("day", this.days);
body.put("version", CDS_API_VERSION);
//body.put("download_format", CDS_API_FORMAT);

configureRequest(variable, body);

Expand All @@ -156,7 +155,6 @@ protected boolean downloadChunk(int chunk, String variable, File destinationDire
// check the status of job
int time = 0;
int tryafter = 5;
String url = null;
String requestId = response.getBody().getObject().has("jobID")
? response.getBody().getObject().getString("jobID")
: null;
Expand Down

0 comments on commit fc948f9

Please sign in to comment.