From 25346e20e0a3bd98d008a67d43ac399751163530 Mon Sep 17 00:00:00 2001 From: Dallin Drollinger Date: Thu, 29 Sep 2022 19:07:12 -0600 Subject: [PATCH] removed console log --- src/subcommands/sync_env.ts | 1 - 1 file changed, 1 deletion(-) 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);