Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: remove unnecessary console log in the release script
  • Loading branch information
kiaking committed May 24, 2021
1 parent c224571 commit c98f3a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release.js
Expand Up @@ -54,8 +54,6 @@ async function main() {
choices: tags
})

console.log(tag)

const { yes: tagOk } = await prompt({
type: 'confirm',
name: 'yes',
Expand Down

0 comments on commit c98f3a5

Please sign in to comment.