From 1bfee312bf6a176f50bc6751ad6d3cb8a80be5d8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Mar 2021 17:50:22 +0100 Subject: game status in recent games thingy works better now --- pages/user.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'pages') 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); -- cgit v1.2.3