Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Feb 28, 2024
1 parent afac4f4 commit cfb1d61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/settings/Wallet/WalletPage/WalletPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function WalletPage({bankAccountList = {}, cardList = {}, fundList = {}, isLoadi
isDefault?: boolean,
methodID?: string | number,
) => {
console.log(icon);
if (shouldShowAddPaymentMenu) {
setShouldShowAddPaymentMenu(false);
return;
Expand Down Expand Up @@ -345,7 +344,6 @@ function WalletPage({bankAccountList = {}, cardList = {}, fundList = {}, isLoadi
const alertTextStyle = [styles.inlineSystemMessage, styles.flexShrink1];
const alertViewStyle = [styles.flexRow, styles.alignItemsCenter, styles.w100, styles.ph5];

console.log(paymentMethod.formattedSelectedPaymentMethod.icon);
return (
<>
{shouldShowEmptyState ? (
Expand Down

0 comments on commit cfb1d61

Please sign in to comment.