diff --git a/src/lib/xray/lib/search.ts b/src/lib/xray/lib/search.ts index 5458f7ae..8fa76b69 100644 --- a/src/lib/xray/lib/search.ts +++ b/src/lib/xray/lib/search.ts @@ -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,