diff --git a/src/commands/app/get-url.js b/src/commands/app/get-url.js index f0159b1a..a59e1154 100644 --- a/src/commands/app/get-url.js +++ b/src/commands/app/get-url.js @@ -30,7 +30,6 @@ class GetUrlCommand extends BaseCommand { options.action = args.action options.cdn = flags.cdn const urls = await scripts.getUrls(options) - // console.log("received : ", urls) if (flags.json) { this.log(JSON.stringify(urls)) } else if (flags.yml) { diff --git a/src/commands/app/init.js b/src/commands/app/init.js index fcd3fcaa..899dd215 100644 --- a/src/commands/app/init.js +++ b/src/commands/app/init.js @@ -48,7 +48,6 @@ class InitCommand extends BaseCommand { if (flags['asset-compute']) { services += ',AssetComputeSDK' } - console.log('services ', services) // client id of the console's workspace jwt credentials let serviceClientId = ''