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 (