Skip to content

Commit

Permalink
Remove unnecessary log lines (#1709)
Browse files Browse the repository at this point in the history
Fixes #1707
  • Loading branch information
samtstern committed Oct 11, 2019
1 parent 77b0182 commit 3368790
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 3368790

Please sign in to comment.