Skip to content

Commit 7687ae2

Browse files
committed
chore: console log
1 parent 1ceb966 commit 7687ae2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/docs/src/routes/(blog)/blog/components/mdx/article-block.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export const ArticleBlock = component$<Props>(({ authorLink }) => {
1111
const location = useLocation();
1212
const { frontmatter } = useDocumentHead();
1313
const article = blogArticles.find(({ path }) => path === location.url.pathname);
14-
15-
console.log(frontmatter.authors);
1614
const authorLinks = frontmatter.authors.map((author: string) => authors[author].socialLink);
1715

1816
return (

0 commit comments

Comments
 (0)