Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
aquast committed Feb 15, 2024
1 parent b9dd9b9 commit 5c0578e
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 5c0578e

Please sign in to comment.