diff --git a/src/view/com/login/CreateAccount.tsx b/src/view/com/login/CreateAccount.tsx index 28a432e8..f04e1d01 100644 --- a/src/view/com/login/CreateAccount.tsx +++ b/src/view/com/login/CreateAccount.tsx @@ -118,7 +118,6 @@ export const CreateAccount = ({onPressBack}: {onPressBack: () => void}) => { const email_hashed = sha256(email) identify(email_hashed, {email_hashed}) - console.log('identify', email_hashed) track('Create Account') } catch (e: any) {