Remove logs

This commit is contained in:
Justin Edmund 2022-12-02 11:21:14 -08:00
parent fdebea27ae
commit cfc8e149fb
2 changed files with 0 additions and 5 deletions

View file

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

View file

@ -37,10 +37,7 @@ const JobSection = (props: Props) => {
const selectRef = React.createRef<HTMLSelectElement>()
useEffect(() => {
console.log("party has changed")
// Set current job based on ID
console.log(props.jobSkills)
if (props.job) {
setJob(props.job)
setSkills({