From 9ead1f6f01c8769b91e08c66938cf5fd630996ea Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Thu, 31 Jan 2019 17:19:09 -0800 Subject: [PATCH] Remove stray console.log(frontmatter) call --- src/components/d-front-matter.js | 1 - 1 file changed, 1 deletion(-) 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 }