Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhu committed Jan 1, 2025
1 parent 3b3524d commit 5de0021
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export async function parseSwap({
{ symbol: "", amount: "", address: "" }
);

console.log("B");
return {
tokenIn: {
symbol: NATIVE_SYMBOL_BY_CHAIN_ID[chainId],
Expand All @@ -209,7 +208,6 @@ export async function parseSwap({
}
/* v8 ignore stop */

console.log("A");
return {
tokenIn: {
symbol: input.symbol,
Expand Down
2 changes: 0 additions & 2 deletions src/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5de0021

Please sign in to comment.