Skip to content

Commit

Permalink
Remove Unnecessary Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Oct 10, 2023
1 parent e8cf384 commit 50358a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/xray/lib/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ export const search = async (
valid: true,
};
} else if (Object.keys(tokenSymbols).find((key) => key === query)) {
//eslint-disable-next-line
// There's an issue with USDC having the same symbol as the wormhole USDC shit - check that out
//console.log(tokenSymbols[query]);
return {
address: tokenSymbols[query],
search: query,
Expand Down

0 comments on commit 50358a9

Please sign in to comment.