Remove leftover log

zio/stable
Paul Frazee 2023-02-28 09:08:36 -08:00
parent dcfc13f8d0
commit fcd8c7b037
1 changed files with 0 additions and 1 deletions

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