Skip to content

Commit

Permalink
Remove unused console on vercel deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Sep 27, 2024
1 parent fe60551 commit 8be9a9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pierre/ci/utils/vercel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export const Job =

await run("rm -rf .pnpm-store");

console.log(ctx.branch.baseSha);

const { stdout } = await run(
`${vercel} deploy --scope ${VERCEL_SCOPE} ${isProd ? "" : "--no-wait"} --yes ${
isProd ? "--prod" : ""
Expand Down

0 comments on commit 8be9a9f

Please sign in to comment.