chore: remove debugging console logs (#43837)

This commit is contained in:
Oliver Eyton-Williams
2021-10-13 14:11:02 +02:00
committed by GitHub
parent 22afdd1aad
commit 8a47b60890
2 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ const WalletsButton = ({
{canMakePayment && paymentRequest && (
<PaymentRequestButtonElement
onClick={() => {
console.log('click');
if (token) {
displayRefreshError();
}

View File

@ -149,7 +149,6 @@ class UsernameSettings extends Component<UsernameProps, UsernameState> {
const { t } = this.props;
if (!validating && error) {
console.log(error);
return (
<FullWidthRow>
<Alert bsStyle='danger' closeLabel={t('buttons.close')}>