Skip to content

Commit

Permalink
Remove: 필요없는 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed Feb 4, 2024
1 parent 5281d21 commit 0ac1a44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/mypage/Mycard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ const Mycard = () => {
}
}

console.log(index);

const onCloseOverlay = useCallback(() => {
if (isAlert === true) {
setIsAlert(false);
Expand Down

0 comments on commit 0ac1a44

Please sign in to comment.