From d50cd981b06d091b38326f49989da5ee4e6a64cf Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 14 Apr 2024 19:55:30 +0100 Subject: [PATCH] remove debug --- src/components/player-search.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/player-search.tsx b/src/components/player-search.tsx index fcba5c0..84a39ba 100644 --- a/src/components/player-search.tsx +++ b/src/components/player-search.tsx @@ -31,9 +31,8 @@ export default function PlayerSearch() { toast.error("Player not found"); return; } - const { cache, player } = response.data; + const { player } = response.data; setPlayer(player); - console.log(player); }; return (