Skip to content

Commit

Permalink
Merge pull request #5 from hbz/testAction
Browse files Browse the repository at this point in the history
test action
  • Loading branch information
aquast authored Feb 15, 2024
2 parents 3614b7c + 5c0578e commit c50fe7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ public void extractZips() {
fScan.processScan(".zip");
Set<String> fList = fScan.getFileList();

logger.info("\nZip-extraction starts\n");
// logger.info("\nZip-extraction starts\n");

ZipExtractor extractor = new ZipExtractor(fList, basePath);
// ZipExtractor extractor = new ZipExtractor(fList, basePath);

}

Expand Down

0 comments on commit c50fe7e

Please sign in to comment.