Remove the line that logs the settings.js state to the console

This commit is contained in:
Nat 2021-03-27 14:42:09 -03:00
parent 663f4641f3
commit ae2fff8547
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ const SettingsJsx = (props) => {
newProfile: TEST_PROFILE, newProfile: TEST_PROFILE,
}); });
useEffect(() => { console.log(state) });
const fields = state.newProfile.fields; const fields = state.newProfile.fields;
return ( return (