mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove old console.log
This commit is contained in:
parent
86278563d6
commit
4ce0e06e41
2
cli.ts
2
cli.ts
|
|
@ -1672,8 +1672,6 @@ const cliBuilder = new CliBuilder([
|
||||||
// Unzip the pack to temp dir
|
// Unzip the pack to temp dir
|
||||||
const tempDir = await mkdtemp(join(tmpdir(), "bun-emoji-import-"));
|
const tempDir = await mkdtemp(join(tmpdir(), "bun-emoji-import-"));
|
||||||
|
|
||||||
console.log(join(tempDir, pack.name));
|
|
||||||
|
|
||||||
// Put the pack as a file
|
// Put the pack as a file
|
||||||
await Bun.write(join(tempDir, pack.name), pack);
|
await Bun.write(join(tempDir, pack.name), pack);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue