fix(usage-to-readme): remove debug logs

Introduced by a62433081
This commit is contained in:
Julien Fontanet
2024-01-31 09:48:41 +01:00
parent 091bc04ace
commit 3360399b2a

View File

@@ -10,8 +10,6 @@ const { execFile } = require('node:child_process')
const generateReadme = readFile(join(__dirname, 'README.md.tpl'), 'utf8').then(compile)
async function usageToReadme(...args) {
console.error(process.argv, args)
const gitAdd = args[0] === '--git-add'
if (gitAdd) {
args.shift()