From b7b323b2b51b466197872e7a4b3a8be8c855d4ac Mon Sep 17 00:00:00 2001 From: deriv Date: Wed, 3 Jan 2024 09:59:21 +0300 Subject: [PATCH] chore: remove console log --- src/pages/signup-affiliates/components/_signup-form.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/signup-affiliates/components/_signup-form.tsx b/src/pages/signup-affiliates/components/_signup-form.tsx index 465475f8083..6877d24f5ab 100644 --- a/src/pages/signup-affiliates/components/_signup-form.tsx +++ b/src/pages/signup-affiliates/components/_signup-form.tsx @@ -173,7 +173,6 @@ const AffiliateSignupForm = ({ secondary onClick={() => { window.scrollTo(0, 0) - console.log(affiliate_account.email) trackEvent({ action: 'open_wizard', email: affiliate_account.email }) setShowWizard(true) }}