diff --git a/core/api/community.ts b/core/api/community.ts index 6686094..1bcbd6b 100644 --- a/core/api/community.ts +++ b/core/api/community.ts @@ -14,7 +14,6 @@ export const useGetCommunityList = () => { const { data, error } = useSWR(`/board`, baseInstance.get, { errorRetryCount: 3, }); - console.log(data); return { communityList: data,