Skip to content

Commit

Permalink
Deleted consol logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKulej committed Jul 23, 2024
1 parent 79a572b commit 2cf75f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/contract/e2e/slippage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ describe('Invariant Swap Tests', () => {

const poolKey = await newPoolKey(tokenX.address, tokenY.address, feeTier)

const poolBefore = await getPool(invariant, poolKey)

console.log('poolBefore', poolBefore)

await swapExactLimit(invariant, swapper, poolKey, true, swapAmount, true)

const poolAfter = await getPool(invariant, poolKey)

console.log('poolAfter', poolAfter)
})
})

0 comments on commit 2cf75f1

Please sign in to comment.