diff --git a/src/subcommands/sync_env.ts b/src/subcommands/sync_env.ts index 4a9a2734..eb466277 100644 --- a/src/subcommands/sync_env.ts +++ b/src/subcommands/sync_env.ts @@ -77,7 +77,6 @@ export default async function (rawArgs: Record): Promise { } fileSpinner.succeed(`File Loaded: ${envFile}`); - console.log(envObj); const sendSpinner = wait("Sending env variables...").start(); try { await api.sendEnv(project!.id, envObj);