Remove the line that logs the settings.js state to the console
This commit is contained in:
parent
663f4641f3
commit
ae2fff8547
|
@ -46,8 +46,6 @@ const SettingsJsx = (props) => {
|
|||
newProfile: TEST_PROFILE,
|
||||
});
|
||||
|
||||
useEffect(() => { console.log(state) });
|
||||
|
||||
const fields = state.newProfile.fields;
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue