Skip to content

Commit 6fea51a

Browse files
committed
chore: remove unused log
1 parent 89fbe7e commit 6fea51a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/launchpad/src/bun.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,6 @@ export async function install_bun(installPath: string, version?: string): Promis
391391
if (config.verbose) {
392392
console.warn(`Downloading from: ${url}`)
393393
}
394-
else {
395-
console.log(`📦 Downloading Bun v${bunVersion}...`)
396-
}
397394

398395
zipPath = path.join(tempDir, filename)
399396

0 commit comments

Comments
 (0)