diff options
-rw-r--r-- | src/view/com/login/CreateAccount.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/login/CreateAccount.tsx b/src/view/com/login/CreateAccount.tsx index 28a432e82..f04e1d012 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) { |