Skip to content

Commit 47f4726

Browse files
authored
Remove log that actually appears to users (#2123)
1 parent 7ecaf2c commit 47f4726

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/build/src/extensions/core/vercelSyncEnvVars.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ export function syncVercelEnvVars(options?: {
2525
ctx.env.VERCEL_PREVIEW_BRANCH ??
2626
ctx.branch;
2727

28-
console.debug("syncVercelEnvVars()", {
29-
projectId,
30-
vercelTeamId,
31-
branch,
32-
});
33-
3428
if (!projectId) {
3529
throw new Error(
3630
"syncVercelEnvVars: you did not pass in a projectId or set the VERCEL_PROJECT_ID env var."

0 commit comments

Comments
 (0)