fix: remove console

This commit is contained in:
fantasticit 2022-03-19 16:22:46 +08:00
parent 2c4b3d5598
commit c8c370e0cb
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ const PAGESIZE = 12;
const Page: NextPage = () => { const Page: NextPage = () => {
const { data, loading, error, setPage } = useAllPublicWikis(); const { data, loading, error, setPage } = useAllPublicWikis();
console.log(data);
return ( return (
<SingleColumnLayout> <SingleColumnLayout>
<Seo title="发现" /> <Seo title="发现" />