From c8c370e0cbcbea0374fc71029516b5112e9f99d5 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Sat, 19 Mar 2022 16:22:46 +0800 Subject: [PATCH] fix: remove console --- packages/client/src/pages/find/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/client/src/pages/find/index.tsx b/packages/client/src/pages/find/index.tsx index 74cc274c..863f0442 100644 --- a/packages/client/src/pages/find/index.tsx +++ b/packages/client/src/pages/find/index.tsx @@ -23,8 +23,6 @@ const PAGESIZE = 12; const Page: NextPage = () => { const { data, loading, error, setPage } = useAllPublicWikis(); - console.log(data); - return (