chore: remove debugging console logs (#43837)
This commit is contained in:
committed by
GitHub
parent
22afdd1aad
commit
8a47b60890
@ -89,7 +89,6 @@ const WalletsButton = ({
|
||||
{canMakePayment && paymentRequest && (
|
||||
<PaymentRequestButtonElement
|
||||
onClick={() => {
|
||||
console.log('click');
|
||||
if (token) {
|
||||
displayRefreshError();
|
||||
}
|
||||
|
@ -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')}>
|
||||
|
Reference in New Issue
Block a user