diff --git a/src/components/d-front-matter.js b/src/components/d-front-matter.js index 5ffb4e2..ce2efac 100644 --- a/src/components/d-front-matter.js +++ b/src/components/d-front-matter.js @@ -30,7 +30,6 @@ export function _moveLegacyAffiliationFormatIntoArray(frontMatter) { author.affiliations = [newAffiliation]; } } - console.log(frontMatter) return frontMatter }