Skip to content

Commit

Permalink
Remove incorrect log
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLazy committed Jul 6, 2024
1 parent 212a82f commit 3187b9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ async function loadPacks() {
packs.push(pack_data);
}
}else{
log.warn(`Archive packs are not supported yet. ${folder}`);
const zip = new Zip(folder);
const zipFiles = zip.getEntries();
let files = {};
Expand Down

0 comments on commit 3187b9e

Please sign in to comment.