remove log

This commit is contained in:
tangly1024.com
2023-04-11 12:22:58 +08:00
parent a2efa9b028
commit e4f51dba64

View File

@@ -13,7 +13,6 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
const showPageCover = CONFIG_HEXO.POST_LIST_COVER && post?.page_cover && !showPreview
// const delay = (index % 2) * 200
console.log(showPageCover)
return (
<div