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 && (
|
{canMakePayment && paymentRequest && (
|
||||||
<PaymentRequestButtonElement
|
<PaymentRequestButtonElement
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
console.log('click');
|
|
||||||
if (token) {
|
if (token) {
|
||||||
displayRefreshError();
|
displayRefreshError();
|
||||||
}
|
}
|
||||||
|
@ -149,7 +149,6 @@ class UsernameSettings extends Component<UsernameProps, UsernameState> {
|
|||||||
const { t } = this.props;
|
const { t } = this.props;
|
||||||
|
|
||||||
if (!validating && error) {
|
if (!validating && error) {
|
||||||
console.log(error);
|
|
||||||
return (
|
return (
|
||||||
<FullWidthRow>
|
<FullWidthRow>
|
||||||
<Alert bsStyle='danger' closeLabel={t('buttons.close')}>
|
<Alert bsStyle='danger' closeLabel={t('buttons.close')}>
|
||||||
|
Reference in New Issue
Block a user