remove unnecessary console log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-01-30 02:24:29 -08:00
parent c14de15625
commit 08ee4b73ac
1 changed files with 0 additions and 2 deletions

View File

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