From 4ce0e06e4111cd1671807002d183789a709d830f Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 9 Apr 2024 16:46:59 -1000 Subject: [PATCH] Remove old console.log --- cli.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli.ts b/cli.ts index 4af4ecf6..fddee938 100644 --- a/cli.ts +++ b/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);