Skip to content

Commit

Permalink
More tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedorfman committed May 15, 2024
1 parent 884dd24 commit fe1a596
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public String PerformFunction(String input, Context context) throws Exception {
Paths.get("/tmp", filename).toString());
objectList.add(f);
} else if (filename.endsWith(".cmr.json")) {
AdapterLogger.LogDebug(this.className + " " + file.get("key"))
objectList.add(f);
} else if (isoRegex != null && filename.matches(isoRegex)) {
AdapterLogger.LogDebug(this.className + " download isoRegrex from bucket:" + file.get("bucket") +
Expand All @@ -150,7 +149,6 @@ public String PerformFunction(String input, Context context) throws Exception {

//remove the fp and mp files from the array
for (Object o : objectList) {
AdapterLogger.LogDebug("Removing file.")
files.remove(o);
//TODO Delete the file from it's place in S3.
//TODO remove mp,fp files from CMR
Expand Down

0 comments on commit fe1a596

Please sign in to comment.