We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecaf2c commit 47f4726Copy full SHA for 47f4726
packages/build/src/extensions/core/vercelSyncEnvVars.ts
@@ -25,12 +25,6 @@ export function syncVercelEnvVars(options?: {
25
ctx.env.VERCEL_PREVIEW_BRANCH ??
26
ctx.branch;
27
28
- console.debug("syncVercelEnvVars()", {
29
- projectId,
30
- vercelTeamId,
31
- branch,
32
- });
33
-
34
if (!projectId) {
35
throw new Error(
36
"syncVercelEnvVars: you did not pass in a projectId or set the VERCEL_PROJECT_ID env var."
0 commit comments