From eedacf48fd53f69ab5f9cc5868d25a503f4ff310 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 20 Feb 2025 13:50:05 -0300 Subject: [PATCH] cleanup --- app/views/ChangeAvatarView/index.tsx | 1 - 1 file changed, 1 deletion(-) 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();