fix: remove unecessary console.log
This commit is contained in:
parent
50f3c6e140
commit
e5a73d8628
2
index.js
2
index.js
@ -41,7 +41,7 @@ async function run(options, plugins) {
|
|||||||
await verify(options);
|
await verify(options);
|
||||||
|
|
||||||
logger.log('Run automated release from branch %s', options.branch);
|
logger.log('Run automated release from branch %s', options.branch);
|
||||||
console.log(options);
|
|
||||||
logger.log('Call plugin %s', 'verify-conditions');
|
logger.log('Call plugin %s', 'verify-conditions');
|
||||||
await plugins.verifyConditions({options, logger}, {settleAll: true});
|
await plugins.verifyConditions({options, logger}, {settleAll: true});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user