Remove leftover log
This commit is contained in:
parent
dcfc13f8d0
commit
fcd8c7b037
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue