From fcd8c7b037908e28f7d0393960eccbd6a734c143 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 28 Feb 2023 09:08:36 -0800 Subject: [PATCH] Remove leftover log --- src/view/com/login/CreateAccount.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/com/login/CreateAccount.tsx b/src/view/com/login/CreateAccount.tsx index 28a432e8..f04e1d01 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) {