From cfc8e149fb5fc1e59e9d1bea0f9539d25e71cde2 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 2 Dec 2022 11:21:14 -0800 Subject: [PATCH] Remove logs --- components/CharacterGrid/index.tsx | 2 -- components/JobSection/index.tsx | 3 --- 2 files changed, 5 deletions(-) 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({