Remove logs

This commit is contained in:
Justin Edmund 2022-02-26 18:34:02 -08:00
parent 687c4efd26
commit 2a4fcfa957
2 changed files with 0 additions and 4 deletions

View file

@ -16,8 +16,6 @@ interface Props {
}
const GridRep = (props: Props) => {
console.log(props)
const numWeapons: number = 9
const [mainhand, setMainhand] = useState<Weapon>()

View file

@ -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