Remove stray console.log(frontmatter) call

This commit is contained in:
Ludwig Schubert
2019-01-31 17:19:09 -08:00
parent ebe56d2329
commit 9ead1f6f01
-1
View File
@@ -30,7 +30,6 @@ export function _moveLegacyAffiliationFormatIntoArray(frontMatter) {
author.affiliations = [newAffiliation];
}
}
console.log(frontMatter)
return frontMatter
}