From 8a47b6089058ad49c7ca69b2dbbc89aa48e31586 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 13 Oct 2021 14:11:02 +0200 Subject: [PATCH] chore: remove debugging console logs (#43837) --- client/src/components/Donation/walletsButton.tsx | 1 - client/src/components/settings/username.tsx | 1 - 2 files changed, 2 deletions(-) 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 (