Skip to content

Commit

Permalink
fix: 콘솔 삭제 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
heesunee committed Jan 24, 2025
1 parent 9fc0ff2 commit 9cda680
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ClassCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const ClassCard = ({
}
};

console.log(status);

// 상태 아이콘 반환
const statusIcon = () => {
switch (status) {
Expand Down

0 comments on commit 9cda680

Please sign in to comment.