From e8785b8ad4ed4c0c80b0962ec04b5135ba965bec Mon Sep 17 00:00:00 2001 From: Brokyeom Date: Tue, 19 Jul 2022 18:49:07 +0900 Subject: [PATCH] =?UTF-8?q?[=20=20chore=20=20]=20console.log=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/api/community.ts | 1 - 1 file changed, 1 deletion(-) 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,