Skip to content

Commit

Permalink
[ chore ] console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Jul 19, 2022
1 parent b6c6433 commit e8785b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/api/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const useGetCommunityList = () => {
const { data, error } = useSWR(`/board`, baseInstance.get, {
errorRetryCount: 3,
});
console.log(data);

return {
communityList: data,
Expand Down

0 comments on commit e8785b8

Please sign in to comment.