소스 검색

chore: remove unnecessary console log in the release script

Kia King Ishii 4 년 전
부모
커밋
c98f3a57f2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      scripts/release.js

+ 0 - 2
scripts/release.js

@@ -54,8 +54,6 @@ async function main() {
     choices: tags
   })
 
-  console.log(tag)
-
   const { yes: tagOk } = await prompt({
     type: 'confirm',
     name: 'yes',