mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Remove old console.log
This commit is contained in:
parent
86278563d6
commit
4ce0e06e41
1 changed files with 0 additions and 2 deletions
2
cli.ts
2
cli.ts
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue