From dedee0b273cc372ca534c731063dd0a0971449ed Mon Sep 17 00:00:00 2001 From: denyhs Date: Tue, 16 Feb 2021 17:54:17 -0400 Subject: [PATCH] Removing unnecessary log --- tools/cli/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/cli/commands.js b/tools/cli/commands.js index 7b3ff4b61e..7699256894 100644 --- a/tools/cli/commands.js +++ b/tools/cli/commands.js @@ -1515,7 +1515,6 @@ function deployCommand(options, { rawOptions }) { const isCacheBuildEnabled = !!options['cache-build']; const waitForDeploy = !options['no-wait']; - console.log('deployCommand', options.plan); var deployResult = deploy.bundleAndDeploy({ projectContext: projectContext, site: site,