Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Jan 16, 2025
1 parent d191092 commit 422ac4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils-e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ export async function testE2E(

const swapTx = await ts.simulate(swapParams);

console.log('swapTx: ', swapTx);

// Only log gas estimate if testing against API
if (useAPI) {
const gasUsed = swapTx.gasUsed || '0';
Expand Down

0 comments on commit 422ac4d

Please sign in to comment.