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,