Warning Header (Closes #205) #394

Merged
snedadah merged 19 commits from warning-header into main 2022-02-22 23:29:55 -05:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 08ee4b73ac - Show all commits

View File

@ -39,8 +39,6 @@ async function getWarningBySlug(slug: string): Promise<Warning> {
"utf-8"
);
const { content, data: metadata } = matter(raw);
console.log(metadata);
return {
content: content,
metadata: {