Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b17cd1e

Browse files
committed
code cleanup
1 parent 7ad93d9 commit b17cd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CryptrGatewayButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const CryptrGatewayButton = ({
3535
signInWithEmail,
3636
} = useCryptr();
3737

38-
console.log('email: ', email, 'domain: ', domain);
3938
email !== undefined ? checkEmailValue(email) : checkDomainValue(domain);
4039

4140
const textValue = (): string => {

0 commit comments

Comments
 (0)