Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyhoward committed Oct 29, 2024
1 parent 68d8956 commit d61d5e3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ const IncomingTransactionsSettings = () => {
);
});
};
console.log('incoming transactions state:', showIncomingTransactionsNetworks);
console.log('Ethereum Mainnet:', showIncomingTransactionsNetworks['0x1']);
console.log('Linea Mainnet:', showIncomingTransactionsNetworks['0xe708']);

return (
<View style={styles.setting} testID={INCOMING_TRANSACTIONS}>
Expand Down

0 comments on commit d61d5e3

Please sign in to comment.