Skip to content

Commit

Permalink
fix: remove unwanted console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jun 26, 2020
1 parent a7c6cd0 commit c6d3586
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/app/get-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion src/commands/app/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''

Expand Down

0 comments on commit c6d3586

Please sign in to comment.