Skip to content

Commit

Permalink
[Fix] 로그 제거 #1125
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSweetMango committed Dec 13, 2023
1 parent e3b564a commit b77fc5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/admin/tournament/TournamentList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default function TournamentList({
const res = await instance.get(
`pingpong/tournaments?page=${currentPage}&size=20`
);
console.log(res.data.tournaments);
setTournamentInfo({
tournamentList: res.data.tournaments,
totalPage: res.data.totalPage,
Expand Down

0 comments on commit b77fc5f

Please sign in to comment.