From 7119966ce88ff47cac933740deb88e1abfb8f6fd Mon Sep 17 00:00:00 2001 From: cp-20 <47262658+mario-hsp@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:58:24 +0900 Subject: [PATCH] remove console.log --- .../client/Home/_components/ArticleListModel/InboxItemList.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/client/Home/_components/ArticleListModel/InboxItemList.tsx b/apps/web/src/client/Home/_components/ArticleListModel/InboxItemList.tsx index 018affd..3ec4702 100644 --- a/apps/web/src/client/Home/_components/ArticleListModel/InboxItemList.tsx +++ b/apps/web/src/client/Home/_components/ArticleListModel/InboxItemList.tsx @@ -147,8 +147,6 @@ const useReducers = () => { ); const clip = await mutating; - console.log('clip', clip); - void mutators.readClip?.( async () => { const result = await readClipsFetcher(readClipsKeyConstructor(1));