Skip to content

Commit

Permalink
[Fix]콘솔로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoing committed Apr 18, 2024
1 parent e866c04 commit a46f6ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/admin/party/AdminPartyNoShow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function AdminPartyNoShow() {
totalPages: res.data.totalPage,
currentPage: currentPage,
});
console.log(noShowInfo);
})
.catch((error) => {
setSnackBar({
Expand Down

0 comments on commit a46f6ce

Please sign in to comment.