From c6d35863067798ec77aeddfab961dbcc32e61a45 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Fri, 26 Jun 2020 12:12:30 +0800 Subject: [PATCH] fix: remove unwanted console.log statements --- src/commands/app/get-url.js | 1 - src/commands/app/init.js | 1 - 2 files changed, 2 deletions(-) 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 = ''