Skip to content

Commit

Permalink
Merge babf4d4 into a4d588d
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Oct 10, 2019
2 parents a4d588d + babf4d4 commit c1ef953
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/apps-sdkconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ module.exports = new Command("apps:sdkconfig [platform] [appId]")
}

spinner.succeed();
logger.info("");
logger.info(`=== Your app configuration is ready ===`);
logger.info("");

if (options.out === undefined) {
logger.info(configData.fileContents);
Expand Down

0 comments on commit c1ef953

Please sign in to comment.