diff --git a/client/src/components/Donation/walletsButton.tsx b/client/src/components/Donation/walletsButton.tsx index 729ca2ab30..6665cd1dd4 100644 --- a/client/src/components/Donation/walletsButton.tsx +++ b/client/src/components/Donation/walletsButton.tsx @@ -89,7 +89,6 @@ const WalletsButton = ({ {canMakePayment && paymentRequest && ( { - console.log('click'); if (token) { displayRefreshError(); } diff --git a/client/src/components/settings/username.tsx b/client/src/components/settings/username.tsx index e3a31ebb3b..671ba1d272 100644 --- a/client/src/components/settings/username.tsx +++ b/client/src/components/settings/username.tsx @@ -149,7 +149,6 @@ class UsernameSettings extends Component { const { t } = this.props; if (!validating && error) { - console.log(error); return (