Skip to content

Commit fb81d6f

Browse files
committed
Removed log of env vars
1 parent 04918be commit fb81d6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ export function syncEnvVars(fn: SyncEnvVarsFunction, options?: SyncEnvVarsOption
114114
$spinner.stop(`Found ${numberOfEnvVars} env vars to sync`);
115115
}
116116

117-
context.logger.debug("syncEnvVars", {
118-
env,
119-
parentEnv,
120-
numberOfEnvVars,
121-
});
122-
123117
context.addLayer({
124118
id: "sync-env-vars",
125119
deploy: {

0 commit comments

Comments
 (0)