Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Dec 11, 2024
1 parent 869e685 commit 52c113b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ const NetworkFilter = ({ handleClose }: SortControlProps) => {
allOpts[chain] = true;
});

console.log(allNetworks);

const allAddedPopularNetworks = FEATURED_NETWORK_CHAIN_IDS.filter(
(chain) => allOpts[chain],
).map((chain) => {
Expand Down

0 comments on commit 52c113b

Please sign in to comment.