Skip to content

Commit

Permalink
Add forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Jun 24, 2022
1 parent 0df7859 commit 84f5e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async function getFantoirCommuneData(codeCommune, withAnciennesCommunes, fantoir

if (communeActuelle.code === codeCommune && withAnciennesCommunes) {
const codesCommunes = uniq([codeCommune, ...(communeActuelle.anciensCodes || [])])
console.log(codesCommunes)
const fantoirCommunes = await Promise.all(
codesCommunes.map(c => fantoirDatabase.get(c))
)
Expand Down

0 comments on commit 84f5e41

Please sign in to comment.