Skip to content

Commit

Permalink
fix: remove unecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg authored and gr2m committed Mar 7, 2018
1 parent 50f3c6e commit e5a73d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -41,7 +41,7 @@ async function run(options, plugins) {
await verify(options);

logger.log('Run automated release from branch %s', options.branch);
console.log(options);

logger.log('Call plugin %s', 'verify-conditions');
await plugins.verifyConditions({options, logger}, {settleAll: true});

Expand Down

0 comments on commit e5a73d8

Please sign in to comment.