From a876ab3dc85983f2ee367b1d2399cc6325e48929 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 3 Feb 2023 15:53:06 +0800 Subject: [PATCH] log --- lib/notion/getNotionData.js | 1 - themes/example/components/BlogListPage.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/notion/getNotionData.js b/lib/notion/getNotionData.js index f865d4ed..bf692fa2 100644 --- a/lib/notion/getNotionData.js +++ b/lib/notion/getNotionData.js @@ -35,7 +35,6 @@ export async function getGlobalNotionData({ delete notionPageData.collectionQuery delete notionPageData.collectionId delete notionPageData.collectionView - console.log(notionPageData) return notionPageData } diff --git a/themes/example/components/BlogListPage.js b/themes/example/components/BlogListPage.js index ce643eb8..bee037bd 100644 --- a/themes/example/components/BlogListPage.js +++ b/themes/example/components/BlogListPage.js @@ -15,7 +15,6 @@ export const BlogListPage = props => { const showNext = page < totalPage const pagePrefix = router.asPath.replace(/\/page\/[1-9]\d*/, '').replace(/\/$/, '') - console.log('p', posts) return (