Skip to content

Commit

Permalink
fix(cli): removing commented console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eikeland committed May 22, 2024
1 parent 4540868 commit be941e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/src/bin/upload-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export const uploadApplication = async (options: { bundle: string }) => {
return;
}

// console.log(chalk.dim(JSON.stringify(uploadedBundle, undefined, 2)));

spinner.succeed(
'✅',
`Uploaded app: "${chalk.greenBright(appKey)}"`,
Expand Down

0 comments on commit be941e3

Please sign in to comment.