Remove logs
This commit is contained in:
parent
687c4efd26
commit
2a4fcfa957
2 changed files with 0 additions and 4 deletions
|
|
@ -16,8 +16,6 @@ interface Props {
|
|||
}
|
||||
|
||||
const GridRep = (props: Props) => {
|
||||
|
||||
console.log(props)
|
||||
const numWeapons: number = 9
|
||||
|
||||
const [mainhand, setMainhand] = useState<Weapon>()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue