From 5de00212fca34497a8d1703b5ade1393cc9a41bf Mon Sep 17 00:00:00 2001 From: hzhu Date: Wed, 1 Jan 2025 13:10:52 -0800 Subject: [PATCH] chore: remove logs --- src/index.ts | 2 -- src/tests/index.test.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 7a10fec..20e7111 100644 --- a/src/index.ts +++ b/src/index.ts @@ -189,7 +189,6 @@ export async function parseSwap({ { symbol: "", amount: "", address: "" } ); - console.log("B"); return { tokenIn: { symbol: NATIVE_SYMBOL_BY_CHAIN_ID[chainId], @@ -209,7 +208,6 @@ export async function parseSwap({ } /* v8 ignore stop */ - console.log("A"); return { tokenIn: { symbol: input.symbol, diff --git a/src/tests/index.test.ts b/src/tests/index.test.ts index d1be1cc..f189a2d 100644 --- a/src/tests/index.test.ts +++ b/src/tests/index.test.ts @@ -1279,8 +1279,6 @@ test("parse a swap on Worldchain (ETH for USDC.e) with Settler", async () => { transactionHash, }); - console.log(result, "<--result"); - expect(result).toEqual({ tokenIn: { symbol: "ETH",