Преглед на файлове

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',