fix: remove console.log

This commit is contained in:
Hossein Mehrabi
2023-06-15 12:38:29 +03:30
parent c57bdd65e9
commit 9229d6018c
@@ -17,7 +17,6 @@ export default function BlogPostItemHeaderAuthor({
className,
}: Props): JSX.Element {
const { name, title, url, imageURL, email } = author
console.log(author)
const link = url || (email && `mailto:${email}`) || undefined
return (
<div className={clsx('avatar margin-bottom--sm', className)}>