Remove leftover log

This commit is contained in:
Paul Frazee 2023-02-28 09:08:36 -08:00
parent dcfc13f8d0
commit fcd8c7b037

View file

@ -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) {