diff --git a/app/views/ChangeAvatarView/index.tsx b/app/views/ChangeAvatarView/index.tsx index f4416e11ca..05202c1119 100644 --- a/app/views/ChangeAvatarView/index.tsx +++ b/app/views/ChangeAvatarView/index.tsx @@ -67,7 +67,6 @@ function reducer(state: IState, action: IReducerAction) { const ChangeAvatarView = () => { const [state, dispatch] = useReducer(reducer, initialState); - console.log('🚀 ~ ChangeAvatarView ~ state:', state); const [rawImageUrl, setRawImageUrl] = useState(''); const [saving, setSaving] = useState(false); const { colors } = useTheme();