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