Remove leftover log
parent
dcfc13f8d0
commit
fcd8c7b037
|
@ -118,7 +118,6 @@ export const CreateAccount = ({onPressBack}: {onPressBack: () => void}) => {
|
||||||
|
|
||||||
const email_hashed = sha256(email)
|
const email_hashed = sha256(email)
|
||||||
identify(email_hashed, {email_hashed})
|
identify(email_hashed, {email_hashed})
|
||||||
console.log('identify', email_hashed)
|
|
||||||
|
|
||||||
track('Create Account')
|
track('Create Account')
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
|
|
Loading…
Reference in New Issue