Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
drollinger committed Sep 30, 2022
1 parent 90ec253 commit 25346e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/subcommands/sync_env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default async function (rawArgs: Record<string, any>): Promise<void> {
}
fileSpinner.succeed(`File Loaded: ${envFile}`);

console.log(envObj);
const sendSpinner = wait("Sending env variables...").start();
try {
await api.sendEnv(project!.id, envObj);
Expand Down

0 comments on commit 25346e2

Please sign in to comment.