Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 04:57:19 +03:00
parent 4d3c1b6023
commit e293add009
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ const options = program
async function main() {
const records = await getLogRecords()
console.log(records)
await generateCountriesTable(records)
await generateUSStatesTable(records)
await generateCanadaProvincesTable(records)