diff --git a/components/CharacterGrid/index.tsx b/components/CharacterGrid/index.tsx index 263e15a7..952d7d1e 100644 --- a/components/CharacterGrid/index.tsx +++ b/components/CharacterGrid/index.tsx @@ -74,8 +74,6 @@ const CharacterGrid = (props: Props) => { }, [props.new, accountData, party]) useEffect(() => { - console.log("In useeffect") - console.log(party.jobSkills) setJob(party.job) setJobSkills(party.jobSkills) }, [party]) diff --git a/components/JobSection/index.tsx b/components/JobSection/index.tsx index ce9f7d9d..96ab419c 100644 --- a/components/JobSection/index.tsx +++ b/components/JobSection/index.tsx @@ -37,10 +37,7 @@ const JobSection = (props: Props) => { const selectRef = React.createRef() useEffect(() => { - console.log("party has changed") // Set current job based on ID - console.log(props.jobSkills) - if (props.job) { setJob(props.job) setSkills({