diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/user.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/user.tsx b/pages/user.tsx index 280f8e2..6462109 100644 --- a/pages/user.tsx +++ b/pages/user.tsx @@ -109,8 +109,6 @@ export default function AccountPage() { data: { "id": id || self_id } }); - console.log(userGamesReq.data) - setGameInfo(userGamesReq.data); } else { window.history.go(-1); |