Skip to content

Commit c98f3a5

Browse files
committed
chore: remove unnecessary console log in the release script
1 parent c224571 commit c98f3a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/release.js

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ async function main() {
5454
choices: tags
5555
})
5656

57-
console.log(tag)
58-
5957
const { yes: tagOk } = await prompt({
6058
type: 'confirm',
6159
name: 'yes',

0 commit comments

Comments
 (0)