Skip to content

Commit

Permalink
fix: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Dec 12, 2024
1 parent 563dfa0 commit 946db0d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ const NetworkFilter = ({ handleClose }: SortControlProps) => {
return allNetworks[chain].name;
});

console.log(currentNetwork);

return (
<>
<SelectableListItem
Expand Down

0 comments on commit 946db0d

Please sign in to comment.