Skip to content

Commit e5a73d8

Browse files
pvdlggr2m
authored andcommitted
fix: remove unecessary console.log
1 parent 50f3c6e commit e5a73d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function run(options, plugins) {
4141
await verify(options);
4242

4343
logger.log('Run automated release from branch %s', options.branch);
44-
console.log(options);
44+
4545
logger.log('Call plugin %s', 'verify-conditions');
4646
await plugins.verifyConditions({options, logger}, {settleAll: true});
4747

0 commit comments

Comments
 (0)