From 45b0e2672d58f5cbe88c2088ced478219a67c584 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 6 Jul 2023 15:44:33 +0800 Subject: [PATCH] log --- lib/notion/getNotionData.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/notion/getNotionData.js b/lib/notion/getNotionData.js index e5c50111..5a247f8c 100644 --- a/lib/notion/getNotionData.js +++ b/lib/notion/getNotionData.js @@ -36,7 +36,6 @@ export async function getGlobalData({ delete db.collectionQuery delete db.collectionId delete db.collectionView - console.log(db) return db }