Skip to content

Commit 7119966

Browse files
committed
remove console.log
1 parent d499f02 commit 7119966

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/client/Home/_components/ArticleListModel/InboxItemList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ const useReducers = () => {
147147
);
148148

149149
const clip = await mutating;
150-
console.log('clip', clip);
151-
152150
void mutators.readClip?.(
153151
async () => {
154152
const result = await readClipsFetcher(readClipsKeyConstructor(1));

0 commit comments

Comments
 (0)