Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitK-deriv committed Jan 3, 2024
1 parent b6fd80f commit b7b323b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/signup-affiliates/components/_signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}}
Expand Down

0 comments on commit b7b323b

Please sign in to comment.