Remove old console.log

This commit is contained in:
Jesse Wierzbinski 2024-04-09 16:46:59 -10:00
parent 86278563d6
commit 4ce0e06e41
No known key found for this signature in database

2
cli.ts
View file

@ -1672,8 +1672,6 @@ const cliBuilder = new CliBuilder([
// Unzip the pack to temp dir
const tempDir = await mkdtemp(join(tmpdir(), "bun-emoji-import-"));
console.log(join(tempDir, pack.name));
// Put the pack as a file
await Bun.write(join(tempDir, pack.name), pack);