From 2a4fcfa95773450feea0ede55d79ec6ecabf9354 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 26 Feb 2022 18:34:02 -0800 Subject: [PATCH] Remove logs --- components/GridRep/index.tsx | 2 -- components/WeaponGrid/index.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index dd2b6308..4c226d6e 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -16,8 +16,6 @@ interface Props { } const GridRep = (props: Props) => { - - console.log(props) const numWeapons: number = 9 const [mainhand, setMainhand] = useState() diff --git a/components/WeaponGrid/index.tsx b/components/WeaponGrid/index.tsx index c5d1c5e0..990503bd 100644 --- a/components/WeaponGrid/index.tsx +++ b/components/WeaponGrid/index.tsx @@ -70,8 +70,6 @@ const WeaponGrid = (props: Props) => { } function processResult(response: AxiosResponse) { - console.log("Retrieved data from server...") - // Store the response const party = response.data.party