Skip to content

Commit

Permalink
[Fix] 콘솔로그 제거 #738
Browse files Browse the repository at this point in the history
  • Loading branch information
김성욱 authored and 김성욱 committed Mar 10, 2023
1 parent 51ec910 commit e777138
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/admin/games/GamesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ export default function GamesTable() {
setCurrentPage(1);
}, []);

useEffect(() => {
console.log(gameInfo);
}, [gameInfo]);

const getAllGames = useCallback(async () => {
try {
const res = await instance.get(
Expand Down

0 comments on commit e777138

Please sign in to comment.